@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Dancing+Script:400,700|Lato:100,100i,300,300i,400,400i,700,700i,900,900i|Pacifico");
* {
  box-sizing: border-box;
}

/* transition */
/* flex */
/* transform */
/* opacity */
/*----------------------------------------*/
/*  01. Theme default CSS
/*----------------------------------------*/
/*-- Google Font --*/
/*-- Common Style --*/
*, *::after, *::before {
  box-sizing: border-box;
}


html, body {
  height: 100%;
}

body {
  line-height: 24px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  visibility: visible;
  font-family: "Lato", sans-serif;
  color: #333333;
  letter-spacing: 0.02em;
}

h1, .slider_c_four h2, h2, h3, h4, h5, h6 {
  font-weight: 400;
  margin-top: 0;
}

h1, .slider_c_four h2 {
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
}

h2 {
  font-size: 36px;
  line-height: 36px;
}

h3 {
  font-size: 30px;
  line-height: 30px;
}

h4 {
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
}

h5 {
  font-size: 14px;
  line-height: 18px;
}

h6 {
  font-size: 12px;
  line-height: 14px;
}

p:last-child {
  margin-bottom: 0;
}

a, button {
  color: inherit;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
}

a, button, img, input, span {
  transition: all 0.3s ease 0s;
}

*:focus {
  outline: none !important;
}

a:focus {
  color: inherit;
  outline: none;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

button, input[type=submit] {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

/*-- 
    - Common Classes
-----------------------------------------*/
.fix {
  overflow: hidden;
}

.hidden {
  display: none;
}

.clear {
  clear: both;
}

.container {
  max-width: 1200px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .container {
    max-width: 970px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container {
    max-width: 750px;
  }
}

@media only screen and (max-width: 767px) {
  .container {
    width: 450px;
  }
}
@media only screen and (max-width: 479px) {
  .container {
    width: 100%;
  }
}
.capitalize {
  text-transform: capitalize;
}

.uppercase {
  text-transform: uppercase;
}

.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
  margin: 0;
}

.home-five_wrapper .red-violet_color a:hover {
  color: #AE307C !important;
}
.home-five_wrapper .red-violet_color .owl-nav div:hover {
  color: #AE307C !important;
}
.home-five_wrapper .label_product span.label_sale {
  background-color: #AE307C;
}
.home-five_wrapper .label_product span.label_sale:before {
  border-color: #AE307C transparent transparent transparent;
}

/*-- 
    - Background color
-----------------------------------------*/
.bg-white {
  background-color: #ffffff;
}

.bg-light-grey {
  background-color: #f6fafb;
}

.bg-grey {
  background-color: #f8f8f8;
}

.bluewood-bg {
  background: #354b65;
}

/*- Overlay Color BG -*/
.bluewood-bg-overlay {
  position: relative;
}
.bluewood-bg-overlay::before {
  background: rgba(70, 90, 112, 0.9);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.overly-bg-black {
  position: relative;
}
.overly-bg-black::after {
  background: rgba(0, 0, 0, 0.3);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/*-- 
    - color
-----------------------------------------*/
/*-- 
    - Input Placeholder
-----------------------------------------*/
input:-moz-placeholder, textarea:-moz-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/*-- 
    Scroll Up 
-----------------------------------------*/
#scrollUp {
  background: #83b53b none repeat scroll 0 0;
  bottom: 85px;
  color: #ffffff;
  cursor: pointer;
  display: none;
  font-size: 20px;
  height: 45px;
  line-height: 39px;
  position: fixed;
  right: 12px;
  text-align: center;
  width: 45px;
  z-index: 9999;
  border-radius: 50%;
  border: 2px solid #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#scrollUp:hover i {
  animation-name: fadeInUp;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}

/*-- 
    - Main Wrapper
-----------------------------------------*/
.main-wrapper.header-transparent {
  padding: 0 !important;
  margin: 0 !important;
}

/*-- 
    - Section Padding
-------------------------------------*/
.section-ptb {
  padding: 100px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-ptb {
    padding: 90px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-ptb {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-ptb {
    padding: 70px 0;
  }
}
@media only screen and (max-width: 479px) {
  .section-ptb {
    padding: 60px 0;
  }
}

.section-pt {
  padding-top: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-pt {
    padding-top: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-pt {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .section-pt {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 479px) {
  .section-pt {
    padding-top: 60px;
  }
}

.section-pt-70 {
  padding-top: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-pt-70 {
    padding-top: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-pt-70 {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .section-pt-70 {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .section-pt-70 {
    padding-top: 30px;
  }
}

.section-pb-70 {
  padding-bottom: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-pb-70 {
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-pb-70 {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .section-pb-70 {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .section-pb-70 {
    padding-bottom: 30px;
  }
}

.section-pb {
  padding-bottom: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-pb {
    padding-bottom: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-pb {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .section-pb {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 479px) {
  .section-pb {
    padding-bottom: 60px;
  }
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-17 {
  margin-top: 17px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-23 {
  margin-top: 23px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-32 {
  margin-top: 32px;
}

.mt-47 {
  margin-top: 47px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-57 {
  margin-top: 57px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-56 {
  margin-bottom: 56px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-77 {
  margin-bottom: 77px;
}

.mb-80 {
  margin-bottom: 80px;
}

/*section padding css here*/
.pt-30 {
  padding-top: 30px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-70 {
  padding-bottom: 70px;
}

/* 02. Element */
.button {
  background: #83b53b;
  box-shadow: none;
  color: #ffffff;
  display: inline-block;
  height: 45px;
  line-height: 45px;
  padding: 0 22px;
  text-transform: uppercase;
  font-size: 13px;
  border-radius: 3px;
}

/* 2. Home 1 Header css here */
/* 01. header css here */
.off_canvars_overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  cursor: crosshair;
  background: #333333;
  top: 0;
}
.off_canvars_overlay.active {
  opacity: 0.5;
  visibility: visible;
}

.Offcanvas_menu {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .Offcanvas_menu {
    display: block;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .Offcanvas_menu {
    display: block;
    margin-bottom: 25px;
  }
}

.Offcanvas_menu_wrapper {
  width: 290px;
  position: fixed;
  background: #fff;
  z-index: 99;
  top: 0;
  height: 100vh;
  transition: 0.5s;
  left: 0;
  margin-left: -300px;
  padding: 50px 20px 30px;
  overflow-y: auto;
}
.Offcanvas_menu_wrapper.active {
  margin-left: 0;
}
.Offcanvas_menu_wrapper .slinky-theme-default {
  background: inherit;
  min-height: 300px;
  overflow-y: auto;
}
.Offcanvas_menu_wrapper .header_block_right {
  display: block;
  padding-left: 0;
  text-align: center;
  margin-bottom: 19px;
}
.Offcanvas_menu_wrapper .header_block_right > ul > li {
  margin-right: 9px;
}
.Offcanvas_menu_wrapper .header_block_right > ul > li:first-child a {
  border-left: 1px solid #e5e5e5;
}
.Offcanvas_menu_wrapper .header_block_right > ul > li > a {
  line-height: 45px;
  font-size: 22px;
  width: 50px;
  border: 1px solid #e5e5e5;
  color: #333333;
}
.Offcanvas_menu_wrapper .mini_cart_wrapper > a span {
  width: 17px;
  height: 17px;
  font-size: 11px;
  line-height: 16px;
  background: #000;
  color: #fff;
  top: 7px;
  right: 4px;
}
.Offcanvas_menu_wrapper .setting_wrapper {
  display: block;
  position: absolute;
  width: 267px;
  right: -114px;
  top: -4px;
  bottom: inherit;
  z-index: 999;
}
.Offcanvas_menu_wrapper .setting_wrapper.active {
  padding: 20px 10px;
  border: 1px solid #ddd;
  max-height: 400px;
}
.Offcanvas_menu_wrapper .header_top_right {
  display: block;
}

.offcanvas_main_menu li {
  position: relative;
}
.offcanvas_main_menu li:last-child {
  margin: 0;
}
.offcanvas_main_menu li span.menu-expand {
  position: absolute;
  right: 0;
}
.offcanvas_main_menu li a {
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  display: block;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}
.offcanvas_main_menu li a:hover {
  color: #83b53b;
}
.offcanvas_main_menu li ul.sub-menu {
  padding-left: 20px;
}
.Offcanvas_footer {
  margin-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
.Offcanvas_footer span a {
  font-size: 14px;
}
.Offcanvas_footer span a:hover {
  color: #83b53b;
}
.Offcanvas_footer ul {
  margin-top: 20px;
}
.Offcanvas_footer ul li {
  display: inline-block;
  margin-right: 4px;
}
.Offcanvas_footer ul li:last-child {
  margin-right: 0;
}
.Offcanvas_footer ul li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  font-size: 13px;
  color: #ffffff;
}
.Offcanvas_footer ul li.facebook a {
  background: #3c5b9b;
}
.Offcanvas_footer ul li.facebook a:hover {
  background: #83b53b;
}
.Offcanvas_footer ul li.twitter a {
  background: #1DA1F2;
}
.Offcanvas_footer ul li.twitter a:hover {
  background: #83b53b;
}
.Offcanvas_footer ul li.pinterest a {
  background: #BD081B;
}
.Offcanvas_footer ul li.pinterest a:hover {
  background: #83b53b;
}
.Offcanvas_footer ul li.google-plus a {
  background: #DD4D42;
}
.Offcanvas_footer ul li.google-plus a:hover {
  background: #83b53b;
}
.Offcanvas_footer ul li.linkedin a {
  background: #010103;
}
.Offcanvas_footer ul li.linkedin a:hover {
  background: #83b53b;
}

.slinky-theme-default a:not(.back) {
  padding: 10px 0;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
}
.slinky-theme-default a:not(.back):hover {
  background: inherit;
  color: #83b53b;
}

.canvas_close {
  position: absolute;
  top: 10px;
  right: 13px;
}
.canvas_close a {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  width: 32px;
  height: 32px;
  display: block;
  text-align: center;
  line-height: 31px;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
}
.canvas_close a:hover {
  background: #83b53b;
  border-color: #83b53b;
  color: #fff;
}

.canvas_open {
  display: flex;
  justify-content: space-between;
  border: 1px solid #e5e5e5;
  padding: 7px 20px 6px;
}
.canvas_open span {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
}
.canvas_open a {
  font-size: 28px;
  color: #333333;
}

.Offcanvas_menu_two .canvas_close a:hover {
  background: #BE8658;
  border-color: #BE8658;
}
.Offcanvas_menu_two .offcanvas_main_menu li a:hover {
  color: #BE8658;
}
.Offcanvas_menu_two .Offcanvas_footer span a:hover {
  color: #BE8658;
}

.sticky-header.sticky {
  position: fixed;
  z-index: 99;
  width: 100%;
  top: 0;
  background: rgba(38, 38, 38, 0.7);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 900ms;
  animation-duration: 900ms;
  -webkit-animation-timing-function: cubic-bezier(0.2, 1, 0.22, 1);
  animation-timing-function: cubic-bezier(0.2, 1, 0.22, 1);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  border-bottom: 0;
  left: 0;
  text-align: center;
  right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sticky-header.sticky {
    position: inherit;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    -webkit-animation-name: inherit;
    animation-name: inherit;
    padding: 0;
    background: inherit;
    opacity: inherit;
  }
}
@media only screen and (max-width: 767px) {
  .sticky-header.sticky {
    position: inherit;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    -webkit-animation-name: inherit;
    animation-name: inherit;
    padding: 0;
    background: inherit;
    opacity: inherit;
  }
}

.header_depult .sticky-header.sticky {
  background: rgba(255, 255, 255, 0.85) !important;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
}
.header_depult .main_menu nav > ul > li > a::before {
  background: #83b53b;
}
.header_depult .main_menu nav > ul > li > a::after {
  background: #83b53b;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_depult .logo {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  .header_depult .logo {
    padding: 25px 0;
  }
}

/*header container css here*/
.header_position {
  position: absolute;
  z-index: 9;
  width: 100%;
  top: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header_position {
    position: inherit;
    background: #000;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_position {
    position: inherit;
    background: #000;
    padding: 30px 0;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .header_position {
    position: inherit;
    background: #000;
    padding: 25px 0;
    margin-bottom: 25px;
  }
}

/* 2.4 main menu css here */
.header_container_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.container_position {
  position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main_menu {
    margin-left: 28px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main_menu {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .main_menu {
    display: none;
  }
}
.main_menu nav > ul > li {
  display: inline-block;
  position: relative;
}
.main_menu nav > ul > li:hover ul.sub_menu {
  opacity: 1;
  visibility: visible;
  transform: perspective(600px) rotateX(0deg);
}
.main_menu nav > ul > li:hover .mega_menu {
  opacity: 1;
  visibility: visible;
  transform: perspective(600px) rotateX(0deg);
}
.main_menu nav > ul > li:hover > a::before {
  opacity: 1;
  visibility: visible;
  left: 7px;
}
.main_menu nav > ul > li:hover > a::after {
  opacity: 1;
  visibility: visible;
  right: 7px;
}
.main_menu nav > ul > li > a {
  display: block;
  /* padding: 32px 13px 32px 13px; */
  padding: 32px 22px 32px 22px;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  font-weight: 700;
  color: #ffffff;
  position: relative;
}
.what-we-do-item{
	position:relative;
  margin-bottom: 30px;
}
.what-we-do-item:hover .about_thumb_content{
	height: 100%;
	padding: 10px;
}
.what-we-do-item .about_thumb{
  display: block;
  width: 100%;
  height: auto;
}
.what-we-do-item img{
	height: 200px;
}
.about_thumb_content{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #e2f3fc;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
  text-align:center;
}
.about_thumb_content p{
  position: absolute;
  width:100%;
  top: 48%;
  left: 50%;
  -webkit-transform: translate(-50%, -65%);
  -ms-transform: translate(-50%, -65%);
  transform: translate(-50%, -65%);
  display: -webkit-box;
  -webkit-line-clamp: 3; 
  -webkit-box-orient: vertical; 
  overflow: hidden; 
  text-overflow: ellipsis;

}
.about_thumb_content .product_button{
  position: absolute;
  width:100%;
  top: 70%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.about_thumb_content .product_button a{
	padding: 5px 18px;
    /* border-radius: 20px; */
}
.about_thumb_content h4{
	font-size: 20px;
}
.img-responsive{
	width:100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main_menu nav > ul > li > a {
    padding: 27px 19px 27px 19px;
  }
}
.main_menu nav > ul > li > a::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 12px;
  background: #ffffff;
  left: 3px;
  top: 50%;
  transform: translatey(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.main_menu nav > ul > li > a::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 12px;
  background: #ffffff;
  right: 3px;
  top: 50%;
  transform: translatey(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.main_menu nav > ul > li ul.sub_menu {
  position: absolute;
  min-width: 200px;
  padding: 20px 20px 24px;
  background: #fff;
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: perspective(600px) rotateX(-90deg);
  transform: perspective(600px) rotateX(-90deg);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  left: 0;
  right: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 99;
  top: 100%;
  text-align: left;
}
.main_menu nav > ul > li ul.sub_menu li a {
  font-weight: 400;
  display: block;
  line-height: 30px;
  text-transform: capitalize;
  font-size: 14px;
}
.main_menu nav > ul > li ul.sub_menu li a:hover {
  color: #83b53b;
}
.main_menu nav > ul > li .mega_menu {
  position: absolute;
  min-width: 100%;
  padding: 25px 30px 30px;
  background: #fff;
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: perspective(600px) rotateX(-90deg);
  transform: perspective(600px) rotateX(-90deg);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  left: 0;
  right: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 99;
  top: 100%;
  text-align: left;
  width: 600px;
}
.main_menu nav > ul > li.mega_items {
  position: static;
}
.desktop_megamenu1{
	display:block !important;
}
.desktop_megamenu1 li{
	width: 25% !important;
    float: left;
}

.mega_menu_inner {
  display: flex;
  justify-content: space-between;
}
.mega_menu_inner > li {
  width: 25%;
}
.mega_menu_inner > li > a {
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  margin-bottom: 8px;
  padding-bottom: 8px;
}
.mega_menu_inner > li > a:hover {
  color: #83b53b;
}
.mega_menu_inner > li ul li {
  display: block;
}
.mega_menu_inner > li ul li a {
  font-weight: 400;
  display: block;
  line-height: 28px;
  text-transform: capitalize;
}
.mega_menu_inner > li ul li a:hover {
  color: #83b53b;
}

/*main menu css end*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .logo {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .logo {
    margin: 0 auto;
  }
}

.header_container {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_container {
    border: 0;
  }
}
@media only screen and (max-width: 767px) {
  .header_container {
    border: 0;
  }
}

.header_container_right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_block_right {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .header_block_right {
    display: none;
  }
}
.header_block_right > ul > li {
  display: inline-block;
  position: relative;
  text-align: center;
}
.header_block_right > ul > li:hover > a {
  color: #83b53b;
}
.header_block_right > ul > li > a {
  font-size: 26px;
  width: 80px;
  line-height: 100px;
  text-align: center;
  font-weight: 400;
  text-transform: capitalize;
  display: block;
  color: #fff;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.header_container_inner .logo{
	/* background-color: #fff; */
}
.header_container_inner .logo img{
	width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header_block_right > ul > li > a {
    width: 60px;
    line-height: 71px;
  }
}
.header_block_right > ul > li:first-child a {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.dropdown_search {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.95);
  z-index: 10001;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.dropdown_search.active {
  opacity: 1;
  visibility: visible;
}
.dropdown_search.active .search_container {
  transform: scaley(1);
}

.search_container {
  position: fixed;
  top: 50%;
  margin-top: -50px;
  width: 60%;
  left: 20%;
  z-index: 10001;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  transform: scaley(0);
}
@media only screen and (max-width: 767px) {
  .search_container {
    width: 80%;
    left: 8%;
  }
}
.search_container form {
  position: relative;
  background: #333333;
}
.search_container form input {
  width: 100%;
  height: 100px;
  background: inherit;
  border: 0;
  color: #fff;
  opacity: 0.6;
  font-size: 15px;
  padding: 0 140px 0 20px;
}
@media only screen and (max-width: 767px) {
  .search_container form input {
    height: 50px;
    padding: 0 60px 0 13px;
  }
}
.search_container form button {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  height: 100%;
  width: 140px;
  background: inherit;
  color: #fff;
  font-size: 48px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.search_container form button:hover {
  color: #83b53b;
}
@media only screen and (max-width: 767px) {
  .search_container form button {
    width: 62px;
    font-size: 25px;
  }
}

.search_close_btn {
  position: fixed;
  top: 14%;
  right: 20%;
  cursor: pointer;
}
.search_close_btn i {
  color: #595959;
  font-size: 26px;
}
.search_close_btn i:hover {
  color: #83b53b;
}

.setting_wrapper {
  background: #fff;
  width: 375px;
  max-height: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  overflow: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 99;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .setting_wrapper {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .setting_wrapper {
    display: none;
  }
}
.setting_wrapper.active {
  max-height: 100%;
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .setting_wrapper .logo a img {
    width: 120px;
  }
}

.header_description {
  padding: 15px 0 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .header_description {
    margin-bottom: 25px;
    padding: 13px 0 19px;
  }
}
.header_description p {
  line-height: 24px;
}

.setting_close_btn {
  cursor: pointer;
  margin-bottom: 23px;
  text-align: center;
}
.setting_close_btn i {
  font-size: 26px;
  color: #595959;
}
.setting_close_btn i:hover {
  color: #83b53b;
}

.top_links {
  text-align: left;
}
.top_links > ul > li {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .top_links > ul > li {
    margin-bottom: 25px;
  }
}
.top_links > ul > li > span {
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .top_links > ul > li > span {
    font-size: 13px;
    margin-bottom: 5px;
  }
}

.sub_links li {
  display: inline-block;
}
.sub_links li a {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  padding-right: 40px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .sub_links li a {
    font-size: 12px;
  }
}
.sub_links li a:hover {
  color: #83b53b;
}
.sub_links li a.active {
  color: #83b53b;
}
.sub_links li a::before {
  content: "";
  width: 18px;
  height: 1px;
  background: #cccccc;
  display: block;
  top: 50%;
  right: 10px;
  position: absolute;
}
.sub_links li:last-child a {
  padding-right: 0;
}
.sub_links li:last-child a::before {
  display: none;
}

.setting_social {
  padding-bottom: 30px;
  text-align: left;
}
.setting_social ul li {
  display: inline-block;
  margin-right: 10px;
}
.setting_social ul li:last-child {
  margin-right: 0;
}
.setting_social ul li a {
  font-size: 16px;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  text-align: center;
  color: #fff;
}
.setting_social ul li a:hover {
  background: #83b53b;
  border-color: #83b53b;
  color: #fff;
}
.setting_social ul .facebook{
	background:#3b5998 !important;
}
.setting_social ul .twitter{
	background:#00acee !important;
}
.setting_social ul .insta{
	background:#de2b77 !important;
}
.setting_social ul .linkedin{
	background:#0e76a8 !important;
}

.setting_social ul .facebook a:hover{
	color:#3b5998 !important;
	background:#fff !important;
	border-color: inherit;
}
.setting_social ul .twitter a:hover{
	color:#3b5998 !important;
	background:#fff !important;
	border-color: inherit;
}
.setting_social ul .insta a:hover{
	color:#de2b77 !important;
	background:#fff !important;
	border-color: inherit;
}
.setting_social ul .linkedin a:hover{
	color:#3b5998 !important;
	background:#fff !important;
	border-color: inherit;
}


.mini_cart_wrapper:hover .mini_cart {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.mini_cart_wrapper > a span {
  position: absolute;
  width: 18px;
  height: 18px;
  text-align: center;
  font-size: 12px;
  line-height: 18px;
  background: #fff;
  color: #333333;
  border-radius: 50%;
  top: 21px;
  right: 15px;
}

.mini_cart {
  position: absolute;
  min-width: 355px;
  padding: 32px 28px;
  background: #fff;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
  z-index: 999;
  right: 0;
  text-align: left;
  top: 130%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mini_cart {
    display: none;
    opacity: inherit;
    visibility: inherit;
    top: 100%;
    transition: unset;
    min-width: 255px;
    right: -106px;
    padding: 18px 8px 33px;
  }
}
@media only screen and (max-width: 767px) {
  .mini_cart {
    min-width: 255px;
    right: -106px;
    display: none;
    opacity: inherit;
    visibility: inherit;
    top: 100%;
    padding: 18px 8px 33px;
    transition: unset;
  }
}

.cart_img {
  width: 32%;
  margin-right: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart_img {
    margin-right: 11px;
  }
}
@media only screen and (max-width: 767px) {
  .cart_img {
    margin-right: 11px;
  }
}

.cart_info {
  width: 56%;
}
.cart_info a {
  font-weight: 400;
  text-transform: capitalize;
  font-size: 14px;
  line-height: 20px;
  display: block;
  margin-bottom: 6px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart_info a {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .cart_info a {
    font-size: 13px;
  }
}
.cart_info a:hover {
  color: #83b53b;
}
.cart_info span {
  display: block;
}
.cart_info span.quantity {
  margin-bottom: 5px;
  font-size: 12px;
}
.cart_info span.price_cart {
  font-weight: 600;
  color: #83b53b;
}

.cart_remove {
  width: 10%;
  text-align: right;
}
.cart_remove a {
  font-size: 18px;
}
.cart_remove a:hover {
  color: #83b53b;
}

.cart_item {
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.mini_cart_table {
  padding: 3px 0 23px;
}

.cart_total {
  display: flex;
  justify-content: space-between;
}
.cart_total span {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  font-weight: 600;
}

.cart_button {
  display: flex;
  justify-content: space-between;
}
.cart_button a {
  text-transform: uppercase;
  background: #333333;
  color: #fff;
  display: block;
  text-align: center;
  margin-bottom: 0;
  line-height: 40px;
  padding: 0 32px;
}
.cart_button a:last-child {
  margin-right: 0;
}
.cart_button a:hover {
  background: #83b53b;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart_button a {
    line-height: 36px;
    padding: 0 18px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .cart_button a {
    line-height: 36px;
    padding: 0 18px;
    font-size: 12px;
  }
}

/*header top css end*/
/*mobaile menu css here*/
.mean-container .mean-bar {
  background: inherit;
  position: absolute;
  z-index: 9;
  top: 43px;
  left: 0;
  width: 100%;
}
.mean-container .mean-bar::after {
  top: -33px;
  left: 22px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .mean-container .mean-bar::after {
    left: 22px;
    font-size: 15px;
  }
}
.mean-container .mean-nav {
  max-height: 300px;
  overflow: auto;
}
.mean-container .mean-nav ul li a {
  font-weight: 400;
}
.mean-container a.meanmenu-reveal {
  float: left;
  right: 17px;
  top: -34px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .mean-container a.meanmenu-reveal {
    right: 15px;
    top: -34px;
  }
}
.mean-container a.meanmenu-reveal span {
  background: #fff;
}

.mobile-menu {
  border: 1px solid #ddd;
  height: 45px;
  top: -31px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .mobile-menu {
    top: 19px;
  }
}

/*home two css here*/
.header_container_two {
  padding: 0 36px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .header_container_two {
    padding: 0 75px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header_container_two {
    padding: 0 12px;
  }
}
@media only screen and (max-width: 767px) {
  .header_container_two {
    padding: 0 12px;
  }
}
.header_container_two.sticky-header.sticky {
  background: rgba(255, 255, 255, 0.85) !important;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_container_two .logo {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  .header_container_two .logo {
    padding: 25px 0;
  }
}

.menu_two nav > ul > li > a {
  color: #333333;
}
.menu_two nav > ul > li > a::before {
  background: #BE8658;
}
.menu_two nav > ul > li > a::after {
  background: #BE8658;
}
.menu_two nav > ul > li:hover > a {
  color: #BE8658;
}
.menu_two nav > ul > li ul.sub_menu li a:hover {
  color: #BE8658;
}
.menu_two nav > ul > li .mega_menu {
  min-width: 1100px;
  left: auto;
  right: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .menu_two nav > ul > li .mega_menu {
    min-width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .menu_two nav > ul > li .mega_menu {
    min-width: 100%;
  }
}
.menu_two .mega_menu_inner > li > a:hover {
  color: #BE8658;
}
.menu_two .mega_menu_inner > li ul li a:hover {
  color: #BE8658;
}

.block_right_two > ul > li > a {
  color: #333333;
  border-right: 1px solid rgba(0, 0, 0, 0.07);
}
.block_right_two > ul > li:first-child a {
  border-left: 1px solid rgba(0, 0, 0, 0.07);
}
.block_right_two > ul > li:hover > a {
  color: #BE8658;
}
.block_right_two .cart_info a:hover {
  color: #BE8658;
}
.block_right_two .cart_info span.price_cart {
  color: #BE8658;
}
.block_right_two .cart_remove a:hover {
  color: #BE8658;
}
.block_right_two .cart_button a:hover {
  background: #BE8658;
}
.block_right_two .mini_cart_wrapper > a span {
  background: #BE8658;
  color: #ffffff;
}

.dropdown_search_two .search_close_btn i:hover {
  color: #BE8658;
}
.dropdown_search_two .search_container form button:hover {
  color: #BE8658;
}

.setting_wrapper_two .sub_links li a.active {
  color: #BE8658;
}
.setting_wrapper_two .sub_links li a:hover {
  color: #BE8658;
}
.setting_wrapper_two .setting_social ul li a:hover {
  background: #BE8658;
  border-color: #BE8658;
}
.setting_wrapper_two .setting_close_btn i:hover {
  color: #BE8658;
}

/*home three css here*/
.header_top {
  border-bottom: 1px solid #e5e5e5;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_top {
    border-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .header_top {
    border-bottom: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_top_left {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .header_top_left {
    display: none;
  }
}
.header_top_left > ul > li {
  display: inline-block;
  position: relative;
}
.header_top_left > ul > li:hover ul.dropdown_currency, .header_top_left > ul > li:hover ul.dropdown_links, .header_top_left > ul > li:hover ul.dropdown_language {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.header_top_left > ul > li:hover ul.dropdown_language {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.header_top_left > ul > li:hover ul.dropdown_links {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.header_top_left > ul > li:hover > a {
  color: #AE307C;
}
@media only screen and (max-width: 767px) {
  .header_top_left > ul > li {
    padding-right: 15px;
    margin-right: 15px;
  }
}
.header_top_left > ul > li:first-child > a {
  padding-left: 0;
}
.header_top_left > ul > li > a {
  text-transform: uppercase;
  line-height: 12px;
  font-size: 12px;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  padding: 14px;
  border-right: 1px solid #e5e5e5;
}
.header_top_left > ul > li > a i {
  margin-left: 6px;
  font-size: 11px;
}

.header_top_left > ul > li:hover a:not([href]):not([tabindex]) {
  color: #AE307C;
}

.dropdown_search_three .search_close_btn i:hover {
  color: #AE307C;
}
.dropdown_search_three .search_container form button:hover {
  color: #AE307C;
}

.dropdown_currency, .dropdown_links, .dropdown_language {
  position: absolute;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  min-width: 130px;
  text-align: left;
  top: 125%;
  left: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  overflow: hidden;
  z-index: 9999;
  padding: 9px 18px 8px;
  border-radius: 3px;
  opacity: 0;
  visibility: hidden;
  border: 1px solid #e5e5e5;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dropdown_currency, .dropdown_links, .dropdown_language {
    left: 0;
    min-width: 115px;
  }
}
@media only screen and (max-width: 767px) {
  .dropdown_currency, .dropdown_links, .dropdown_language {
    left: 0;
    min-width: 142px;
    padding: 0 6px;
    min-width: 115px;
  }
}
.dropdown_currency li, .dropdown_links li, .dropdown_language li {
  border-bottom: 1px solid #e5e5e5;
}
.dropdown_currency li:last-child, .dropdown_links li:last-child, .dropdown_language li:last-child {
  border-bottom: 0;
}
.dropdown_currency li a, .dropdown_links li a, .dropdown_language li a {
  text-transform: uppercase;
  display: block;
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  white-space: nowrap;
  padding: 13px 0;
}
.dropdown_currency li a:hover, .dropdown_links li a:hover, .dropdown_language li a:hover {
  color: #AE307C;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dropdown_language {
    left: -20px;
    right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .dropdown_language {
    left: -20px;
    right: auto;
  }
}

.dropdown_links {
  right: 0;
  left: auto;
}

.header_top_right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_top_right {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .header_top_right {
    display: none;
  }
}

.header_shipping {
  border-right: 1px solid #e5e5e5;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_shipping {
    margin-bottom: 23px;
    border: 0;
  }
}
@media only screen and (max-width: 767px) {
  .header_shipping {
    margin-bottom: 23px;
    border: 0;
  }
}
.header_shipping a {
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  padding: 14px;
  text-transform: uppercase;
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_shipping a {
    padding: 0;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .header_shipping a {
    padding: 0;
    text-align: center;
  }
}
.header_shipping a:hover {
  color: #AE307C;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_social {
    margin-bottom: 23px;
  }
}
@media only screen and (max-width: 767px) {
  .header_social {
    margin-bottom: 23px;
  }
}
.header_social ul {
  display: flex;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_social ul {
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .header_social ul {
    justify-content: center;
  }
}
.header_social ul li a {
  width: 40px;
  height: 40px;
  line-height: 38px;
  font-size: 14px;
  display: block;
  border-right: 1px solid #e5e5e5;
  text-align: center;
}
.header_social ul li a:hover {
  background: #f5f5f5;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_social ul li a {
    border: 1px solid #ddd;
    margin: 0 5px;
  }
}
@media only screen and (max-width: 767px) {
  .header_social ul li a {
    border: 1px solid #ddd;
    margin: 0 5px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .logo_three {
    text-align: center;
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .logo_three {
    text-align: center;
    margin-bottom: 20px;
  }
}

.header_middle {
  padding: 34px 0;
  border-bottom: 1px solid #e5e5e5;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_middle {
    padding: 25px 0;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .header_middle {
    padding: 20px 0;
    margin-bottom: 25px;
  }
}

.header_middle_right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.header_contact {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .header_contact {
    flex-direction: column;
    width: 100%;
    text-align: center;
  }
}

.contact_static {
  padding: 0 50px;
  border-right: 1px solid #e5e5e5;
}
@media only screen and (max-width: 767px) {
  .contact_static {
    border: 0;
    padding: 0;
    margin-bottom: 13px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact_static:last-child {
    border-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .contact_static:last-child {
    margin-bottom: 0;
  }
}
.contact_static a {
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
  display: block;
}
.contact_static a:hover {
  color: #AE307C;
}
.contact_static a i {
  color: #AE307C;
  font-size: 21px;
  vertical-align: middle;
  margin-right: 3px;
}
.contact_static span {
  font-size: 14px;
  text-transform: uppercase;
}

.mini_cart_three {
  margin-left: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mini_cart_three {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .mini_cart_three {
    display: none;
  }
}
.mini_cart_three > a {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 700;
}
.mini_cart_three > a:hover {
  color: #AE307C;
}
.mini_cart_three > a i {
  color: #AE307C;
  font-size: 40px;
  vertical-align: middle;
  margin-right: 10px;
}
.mini_cart_three > a span {
  background: #e7e7e7;
  color: #333333;
  top: -2px;
  right: 62px;
}
.mini_cart_three .cart_info a:hover {
  color: #AE307C;
}
.mini_cart_three .cart_info span.price_cart {
  color: #AE307C;
}
.mini_cart_three .cart_remove a:hover {
  color: #AE307C;
}
.mini_cart_three .cart_button a:hover {
  background: #AE307C;
}

.menu_three nav > ul > li > a {
  color: #333333;
  padding: 22px 23px 22px 23px;
}
.menu_three nav > ul > li > a::before {
  background: #AE307C;
}
.menu_three nav > ul > li > a::after {
  background: #AE307C;
}
.menu_three nav > ul > li:hover > a {
  color: #AE307C;
}
.menu_three nav > ul > li ul.sub_menu li a:hover {
  color: #AE307C;
}
.menu_three .mega_menu_inner > li > a:hover {
  color: #AE307C;
}
.menu_three .mega_menu_inner > li ul li a:hover {
  color: #AE307C;
}

.header_bottom.sticky-header.sticky {
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
}
.header_bottom .header_container_right {
  justify-content: space-between;
}
.header_bottom .header_block_right > ul > li > a {
  color: #333333;
  border: 0;
  width: 60px;
  line-height: 60px;
  text-align: right;
}
.header_bottom .header_block_right > ul > li > a:hover {
  color: #AE307C;
}

/*home four css here*/
.menu_four nav > ul > li > a {
  color: #333333;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .menu_four nav > ul > li > a {
    padding: 27px 17px 27px 17px;
  }
}
.menu_four nav > ul > li > a::before {
  background: #58d173;
}
.menu_four nav > ul > li > a::after {
  background: #58d173;
}
.menu_four nav > ul > li:hover > a {
  color: #58d173;
}
.menu_four nav > ul > li ul.sub_menu li a:hover {
  color: #58d173;
}
.menu_four .mega_menu_inner > li > a:hover {
  color: #58d173;
}
.menu_four .mega_menu_inner > li ul li a:hover {
  color: #58d173;
}

.header_top_four {
  background: #58d173;
  border: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_top_four {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .header_top_four {
    display: none;
  }
}
.header_top_four .header_top_left > ul > li > a {
  color: #ffffff;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header_top_four .header_top_left > ul > li > a {
    width: 55px;
  }
}
.header_top_four .header_top_left > ul > li > a:hover {
  color: #333333;
}
.header_top_four .header_shipping {
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}
.header_top_four .header_shipping a {
  color: #ffffff;
}
.header_top_four .header_shipping a:hover {
  color: #333333;
}
.header_top_four .dropdown_currency li a:hover, .header_top_four .dropdown_language li a:hover, .header_top_four .dropdown_links li a:hover {
  color: #58d173;
}
.header_top_four .header_social ul li a {
  color: #ffffff;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}
.header_top_four .header_social ul li a:hover {
  color: #333333;
}

.header_bottom_four {
  box-shadow: 0px 0px 8.46px 0.54px rgba(0, 0, 0, 0.07);
  margin-bottom: 30px;
  padding: 6px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_bottom_four {
    box-shadow: inherit;
    margin-top: 30px;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .header_bottom_four {
    box-shadow: inherit;
    margin-top: 25px;
    padding: 0;
    margin-bottom: 25px;
  }
}
.header_bottom_four .header_block_right > ul > li > a {
  text-align: center;
  font-size: 24px;
}
.header_bottom_four .header_block_right > ul > li > a:hover {
  color: #58d173;
}
.header_bottom_four .header_block_right > ul > li.mini_cart_wrapper > a {
  font-size: 14px;
  width: 80px;
}
.header_bottom_four .header_block_right > ul > li.mini_cart_wrapper > a i {
  font-size: 24px;
  margin-right: 10px;
}
.header_bottom_four .mini_cart_wrapper > a span {
  top: 8px;
  right: 37px;
  background: #58d173;
  color: #ffffff;
}

.mini_cart_four .cart_info a:hover {
  color: #58d173;
}
.mini_cart_four .cart_info span.price_cart {
  color: #58d173;
}
.mini_cart_four .cart_remove a:hover {
  color: #58d173;
}
.mini_cart_four .cart_button a:hover {
  background: #58d173;
}

/*Home Five css here*/
.home-five_wrapper .menu_two > nav > ul > li:hover > a {
  color: #AE307C;
}
.home-five_wrapper .menu_two > nav > ul > li:hover > a:before {
  background-color: #AE307C;
}
.home-five_wrapper .menu_two > nav > ul > li:hover > a:after {
  background-color: #AE307C;
}
.home-five_wrapper .menu_two > nav > ul > li > ul > li:hover > a {
  color: #AE307C !important;
}
.home-five_wrapper .menu_two > nav > ul > li.mega_items .mega_menu > ul.mega_menu_inner > li > a:hover {
  color: #AE307C !important;
}
.home-five_wrapper .menu_two > nav > ul > li.mega_items .mega_menu > ul.mega_menu_inner > li > ul > li:hover > a {
  color: #AE307C !important;
}
.home-five_wrapper .header_block_right > ul > li:hover > a {
  color: #AE307C;
}
.home-five_wrapper .header_block_right > ul > li.mini_cart_wrapper > a span {
  background-color: #AE307C;
}
.home-five_wrapper .header_block_right > ul > li.mini_cart_wrapper .mini_cart .cart_item .cart_info > a:hover,
.home-five_wrapper .header_block_right > ul > li.mini_cart_wrapper .mini_cart .cart_item .cart_remove > a:hover {
  color: #AE307C;
}
.home-five_wrapper .header_block_right > ul > li.mini_cart_wrapper .mini_cart .cart_item .cart_info > span.price_cart,
.home-five_wrapper .header_block_right > ul > li.mini_cart_wrapper .mini_cart .cart_item .cart_remove > span.price_cart {
  color: #AE307C;
}
.home-five_wrapper .header_block_right > ul > li.mini_cart_wrapper .mini_cart .mini_cart_footer .cart_button > a:hover {
  background-color: #AE307C;
}
.home-five_wrapper .dropdown_search .search_close_btn i:hover {
  color: #AE307C;
}
.home-five_wrapper .dropdown_search button:hover {
  color: #AE307C !important;
}
.home-five_wrapper .setting_wrapper_two .setting_close_btn:hover > i {
  color: #AE307C;
}
> a .home-five_wrapper .setting_wrapper_two .sub-links > li.active {
  color: #AE307C;
}
.home-five_wrapper .top_links > ul > li > ul > li > a.active {
  color: #AE307C;
}
.home-five_wrapper .sub_links > li > a:hover {
  color: #AE307C;
}
.home-five_wrapper .setting_social > ul > li > a:hover {
  background-color: #AE307C;
  border-color: #AE307C;
}
.home-five_wrapper #scrollUp {
  background-color: #AE307C;
}

/*-- 2.3 Categories menu css here --*/
.categories_menu {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu {
    margin-bottom: 27px;
  }
}
@media only screen and (max-width: 767px) {
  .categories_menu {
    margin-bottom: 23px;
  }
}

.categories_title {
  background: #58d173;
  padding-left: 52px;
  position: relative;
  cursor: pointer;
  height: 56px;
  line-height: 58px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .categories_title {
    padding-left: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_title {
    height: 46px;
    line-height: 46px;
    border-radius: 0;
  }
}
@media only screen and (max-width: 767px) {
  .categories_title {
    height: 44px;
    line-height: 44px;
    border-radius: 0;
  }
}
.categories_title::after {
  content: "";
  color: #fff;
  display: inline-block;
  font-family: "fontawesome";
  position: absolute;
  font-size: 21px;
  line-height: 0px;
  left: 19px;
  top: 50%;
  transform: translatey(-50%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .categories_title::after {
    left: 16px;
    font-size: 19px;
  }
}
.categories_title h2 {
  font-size: 16px;
  font-weight: 900;
  line-height: 24px;
  color: #fff;
  cursor: pointer;
  margin-bottom: 0;
  display: inline-block;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .categories_title h2 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .categories_title h2 {
    font-size: 14px;
  }
}

.categories_menu_toggle {
  padding: 11px 0 8px;
  border-left: 2px solid #58d173;
  border-right: 2px solid #58d173;
  border-bottom: 2px solid #58d173;
  background: #fff;
  position: absolute;
  width: 100%;
  top: 100%;
  z-index: 9;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu_toggle {
    display: none;
    max-height: 350px;
    overflow: auto;
  }
}
@media only screen and (max-width: 767px) {
  .categories_menu_toggle {
    display: none;
    max-height: 350px;
    overflow: auto;
  }
}
.categories_menu_toggle > ul > li {
  position: relative;
  padding: 0 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu_toggle > ul > li.menu_item_children > a {
    position: relative;
  }
  .categories_menu_toggle > ul > li.menu_item_children > a::before {
    position: absolute;
    content: "+";
    right: 15px;
    top: 50%;
    transform: translatey(-50%);
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .categories_menu_toggle > ul > li.menu_item_children > a {
    position: relative;
  }
  .categories_menu_toggle > ul > li.menu_item_children > a::before {
    position: absolute;
    content: "+";
    right: 15px;
    top: 50%;
    transform: translatey(-50%);
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu_toggle > ul > li.menu_item_children.open > a::before {
    display: none;
  }
  .categories_menu_toggle > ul > li.menu_item_children.open > a::after {
    position: absolute;
    content: "-";
    right: 15px;
    top: 50%;
    transform: translatey(-50%);
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .categories_menu_toggle > ul > li.menu_item_children.open > a::before {
    display: none;
  }
  .categories_menu_toggle > ul > li.menu_item_children.open > a::after {
    position: absolute;
    content: "-";
    right: 15px;
    top: 50%;
    transform: translatey(-50%);
    font-size: 30px;
  }
}
.categories_menu_toggle > ul > li > a {
  font-size: 15px;
  line-height: 47px;
  text-transform: capitalize;
  font-weight: 400;
  display: block;
  cursor: pointer;
  border-bottom: 1px solid #e5e5e5;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .categories_menu_toggle > ul > li > a {
    line-height: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .categories_menu_toggle > ul > li > a {
    line-height: 44px;
    font-size: 14px;
  }
}
.categories_menu_toggle > ul > li > a i {
  float: right;
  font-size: 15px;
  line-height: 43px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu_toggle > ul > li > a i {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .categories_menu_toggle > ul > li > a i {
    display: none;
  }
}
.categories_menu_toggle > ul > li:last-child > a {
  border-bottom: 0;
}
.categories_menu_toggle > ul > li:hover ul.categorie_dropdown_menu {
  opacity: 1;
  visibility: visible;
  left: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu_toggle > ul > li:hover ul.categorie_dropdown_menu {
    left: inherit;
  }
}
@media only screen and (max-width: 767px) {
  .categories_menu_toggle > ul > li:hover ul.categorie_dropdown_menu {
    left: inherit;
  }
}
.categories_menu_toggle > ul > li:hover ul.categories_mega_menu {
  opacity: 1;
  visibility: visible;
  left: 100%;
}
.categories_menu_toggle > ul > li:hover > a {
  color: #58d173;
}
.categories_menu_toggle > ul > li > ul.categorie_dropdown_menu {
  position: absolute;
  left: 120%;
  -webkit-box-shadow: 1px 0 6px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 1px 0 6px 0 rgba(0, 0, 0, 0.3);
  background: #fff;
  padding: 15px 20px;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  width: 200px;
}
@media only screen and (max-width: 767px) {
  .categories_menu_toggle > ul > li > ul.categorie_dropdown_menu {
    display: none;
    opacity: inherit !important;
    visibility: inherit !important;
    left: inherit !important;
    top: 100%;
    max-height: 350px;
    overflow: auto;
    transition: unset;
    box-shadow: inherit;
    position: inherit;
    padding: 15px 20px 0px 40px;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu_toggle > ul > li > ul.categorie_dropdown_menu {
    display: none;
    opacity: inherit !important;
    visibility: inherit !important;
    left: inherit !important;
    top: 100%;
    max-height: 350px;
    overflow: auto;
    transition: unset;
    box-shadow: inherit;
    position: inherit;
    padding: 15px 20px 0px 40px;
    width: 100%;
  }
}
.categories_menu_toggle > ul > li > ul.categorie_dropdown_menu > li {
  position: relative;
}
.categories_menu_toggle > ul > li > ul.categorie_dropdown_menu > li > a {
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 400;
  padding: 8px 0;
  display: block;
  line-height: 22px;
}
.categories_menu_toggle > ul > li > ul.categorie_dropdown_menu > li > a i {
  float: right;
  line-height: 23px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu_toggle > ul > li > ul.categorie_dropdown_menu > li > a i {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .categories_menu_toggle > ul > li > ul.categorie_dropdown_menu > li > a i {
    display: none;
  }
}
.categories_menu_toggle > ul > li > ul.categorie_dropdown_menu > li:hover > a {
  color: #58d173;
}
.categories_menu_toggle > ul > li > ul.categorie_dropdown_menu > li:hover .categorie_multilabel_menu {
  opacity: 1;
  visibility: visible;
  left: 110%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu_toggle > ul > li > ul.categorie_dropdown_menu > li:hover .categorie_multilabel_menu {
    left: inherit;
  }
}
@media only screen and (max-width: 767px) {
  .categories_menu_toggle > ul > li > ul.categorie_dropdown_menu > li:hover .categorie_multilabel_menu {
    left: inherit;
  }
}
.categories_menu_toggle > ul > li > ul.categories_mega_menu {
  position: absolute;
  left: 120%;
  display: flex;
  justify-content: space-between;
  -webkit-box-shadow: 1px 0 6px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 1px 0 6px 0 rgba(0, 0, 0, 0.3);
  background: #fff;
  padding: 20px 20px 16px;
  overflow: hidden;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
}
@media only screen and (max-width: 767px) {
  .categories_menu_toggle > ul > li > ul.categories_mega_menu {
    display: none;
    opacity: inherit !important;
    visibility: inherit !important;
    left: inherit !important;
    top: 100%;
    max-height: 350px;
    overflow: auto;
    transition: unset;
    box-shadow: inherit;
    position: inherit;
    padding: 6px 20px 0px 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu_toggle > ul > li > ul.categories_mega_menu {
    display: none;
    opacity: inherit !important;
    visibility: inherit !important;
    left: inherit !important;
    top: 100%;
    max-height: 350px;
    overflow: auto;
    transition: unset;
    box-shadow: inherit;
    position: inherit;
    padding: 6px 20px 0px 40px;
  }
}
.categories_menu_toggle > ul > li > ul.categories_mega_menu.column_3 {
  width: 700px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .categories_menu_toggle > ul > li > ul.categories_mega_menu.column_3 {
    width: 600px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu_toggle > ul > li > ul.categories_mega_menu.column_3 {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .categories_menu_toggle > ul > li > ul.categories_mega_menu.column_3 {
    width: 100%;
  }
}
.categories_menu_toggle > ul > li > ul.categories_mega_menu.column_2 {
  width: 400px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu_toggle > ul > li > ul.categories_mega_menu.column_2 {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .categories_menu_toggle > ul > li > ul.categories_mega_menu.column_2 {
    width: 100%;
  }
}
.categories_menu_toggle > ul > li > ul.categories_mega_menu.open {
  display: block;
  left: 0;
}
.categories_menu_toggle > ul > li > ul.categories_mega_menu > li > a {
  line-height: 30px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  margin-bottom: 5px;
}
.categories_menu_toggle > ul > li > ul.categories_mega_menu > li > a:hover {
  color: #58d173;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu_toggle > ul > li > ul.categories_mega_menu > li.menu_item_children > a {
    text-transform: capitalize;
    font-weight: 400;
  }
}
@media only screen and (max-width: 767px) {
  .categories_menu_toggle > ul > li > ul.categories_mega_menu > li.menu_item_children > a {
    text-transform: capitalize;
    font-weight: 400;
  }
}

.categorie_multilabel_menu {
  position: absolute;
  left: 125%;
  background: #fff;
  padding: 15px 20px;
  top: -15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  width: 170px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categorie_multilabel_menu {
    left: inherit;
    top: 100%;
    width: 100%;
    display: none;
    opacity: inherit !important;
    visibility: inherit !important;
    transition: inherit;
    position: inherit;
    padding: 0 20px 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .categorie_multilabel_menu {
    left: inherit;
    top: 100%;
    width: 100%;
    display: none;
    opacity: inherit !important;
    visibility: inherit !important;
    transition: inherit;
    position: inherit;
    padding: 0 20px 0 30px;
  }
}
.categorie_multilabel_menu li a {
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 400;
  padding: 8px 0;
  display: block;
  line-height: 22px;
}
.categorie_multilabel_menu li a:hover {
  color: #58d173;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu_toggle ul li.categorie_list ul.categorie_dropdown_menu > li.menu_item_children > a {
    position: relative;
  }
  .categories_menu_toggle ul li.categorie_list ul.categorie_dropdown_menu > li.menu_item_children > a::before {
    position: absolute;
    content: "+";
    right: 15px;
    top: 50%;
    transform: translatey(-50%);
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .categories_menu_toggle ul li.categorie_list ul.categorie_dropdown_menu > li.menu_item_children > a {
    position: relative;
  }
  .categories_menu_toggle ul li.categorie_list ul.categorie_dropdown_menu > li.menu_item_children > a::before {
    position: absolute;
    content: "+";
    right: 15px;
    top: 50%;
    transform: translatey(-50%);
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu_toggle ul li.categorie_list ul.categorie_dropdown_menu > li.menu_item_children.open > a::before {
    display: none;
  }
  .categories_menu_toggle ul li.categorie_list ul.categorie_dropdown_menu > li.menu_item_children.open > a::after {
    position: absolute;
    content: "-";
    right: 15px;
    top: 50%;
    transform: translatey(-50%);
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .categories_menu_toggle ul li.categorie_list ul.categorie_dropdown_menu > li.menu_item_children.open > a::before {
    display: none;
  }
  .categories_menu_toggle ul li.categorie_list ul.categorie_dropdown_menu > li.menu_item_children.open > a::after {
    position: absolute;
    content: "-";
    right: 15px;
    top: 50%;
    transform: translatey(-50%);
    font-size: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu_toggle ul li.categorie_list ul.categories_mega_menu > li.menu_item_children > a {
    position: relative;
  }
  .categories_menu_toggle ul li.categorie_list ul.categories_mega_menu > li.menu_item_children > a::before {
    position: absolute;
    content: "+";
    right: 15px;
    top: 50%;
    transform: translatey(-50%);
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .categories_menu_toggle ul li.categorie_list ul.categories_mega_menu > li.menu_item_children > a {
    position: relative;
  }
  .categories_menu_toggle ul li.categorie_list ul.categories_mega_menu > li.menu_item_children > a::before {
    position: absolute;
    content: "+";
    right: 15px;
    top: 50%;
    transform: translatey(-50%);
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu_toggle ul li.categorie_list ul.categories_mega_menu > li.menu_item_children.open > a::before {
    display: none;
  }
  .categories_menu_toggle ul li.categorie_list ul.categories_mega_menu > li.menu_item_children.open > a::after {
    position: absolute;
    content: "-";
    right: 15px;
    top: 50%;
    transform: translatey(-50%);
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .categories_menu_toggle ul li.categorie_list ul.categories_mega_menu > li.menu_item_children.open > a::before {
    display: none;
  }
  .categories_menu_toggle ul li.categorie_list ul.categories_mega_menu > li.menu_item_children.open > a::after {
    position: absolute;
    content: "-";
    right: 15px;
    top: 50%;
    transform: translatey(-50%);
    font-size: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categorie_sub_menu {
    display: none;
    padding: 1px 0 9px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .categorie_sub_menu {
    display: none;
    padding: 1px 0 9px 30px;
  }
}
.categorie_sub_menu li a {
  text-transform: capitalize;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 38px;
}
.categorie_sub_menu li a:hover {
  color: #83b53b;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categorie_sub_menu li a {
    line-height: 33px;
  }
}
@media only screen and (max-width: 767px) {
  .categorie_sub_menu li a {
    line-height: 33px;
  }
}

.categorie_sub {
  z-index: 999;
  width: 100%;
  left: 0;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categorie_sub {
    width: 100%;
    left: 0px;
  }
}
.categorie_sub li a span {
  margin-right: 8px;
}

.categories_menu_toggle ul li.has-sub > a::before {
  position: absolute;
  content: "";
  font-family: FontAwesome;
  top: 0;
  left: 15px;
  font-size: 18px;
  pointer-events: none;
}

.categories_menu_toggle ul li.has-sub ul.categorie_sub li a {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
  line-height: 43px;
  display: block;
}
.categories_menu_toggle ul li.has-sub ul.categorie_sub li a:hover {
  color: #58d173;
}

.categories_menu_toggle ul li.has-sub > a {
  padding-left: 20px;
}

.categories_menu_toggle ul li ul.categories_mega_menu > li:first-child {
  padding-left: 0;
}

.categories_menu_toggle ul li ul.categories_mega_menu > li:last-child {
  padding-right: 0;
}

.categorie_banner {
  position: absolute;
  bottom: 0;
  right: 20px;
  width: 500px;
}
@media only screen and (max-width: 767px) {
  .categorie_banner {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categorie_banner {
    display: none;
  }
}
.categorie_banner a img:hover {
  opacity: 0.8;
}

/*-- 2.7 Categories menu css end --*/
.menu_depult_color nav > ul > li > a {
  color: #fff;
}
.menu_depult_color nav > ul > li:hover > a {
  color: #fff;
}

.block_depult_color > ul > li > a {
  color: #fff;
  border-right: 1px solid rgba(0, 0, 0, 0.07);
}
.block_depult_color > ul > li:first-child a {
  border-left: 1px solid rgba(0, 0, 0, 0.07);
}
.block_depult_color > ul > li:hover > a {
  color: #fff;
}
.block_depult_color .mini_cart_wrapper > a span {
  background: #83b53b;
  color: #ffffff;
}

/* 02. slider area css here */
.single_slider {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  height: 793px;
  background-color: #00000080;
  background-blend-mode: overlay;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .single_slider {
    height: 562px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single_slider {
    height: 420px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_slider {
    height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .single_slider {
    background-position: 0%;
    height: 320px;
  }
}
@media only screen and (max-width: 767px) {
  .single_slider.slider_bottom {
    background-position: 52%;
  }
}

.slider_area:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
}
.slider_area .owl-nav div {
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 24px;
  background: rgba(255, 255, 255, 0.5);
  color: #83b53b;
  top: 50%;
  left: 20px;
  transform: translatey(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.slider_area .owl-nav div:hover {
  background: #ffffff;
}
@media only screen and (max-width: 767px) {
  .slider_area .owl-nav div {
    width: 30px;
    height: 30px;
    line-height: 28px;
    left: 15px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .slider_area .owl-nav div {
    left: 5px;
  }
}
.slider_area .owl-nav div.owl-next {
  right: 25px;
  left: auto;
}
@media only screen and (max-width: 767px) {
  .slider_area .owl-nav div.owl-next {
    right: 15px;
  }
}
@media only screen and (max-width: 479px) {
  .slider_area .owl-nav div.owl-next {
    right: 5px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider_content {
    padding-left: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_content {
    padding-left: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .slider_content {
    padding-left: 25px;
  }
}
@media only screen and (max-width: 479px) {
  .slider_content {
    text-align: center;
    padding-left: 0;
  }
}
.slider_content h1, .slider_content .slider_c_four h2, .slider_c_four .slider_content h2 {
  font-size: 45px;
  line-height: 49px;
  color: #ffffff;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 13px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .slider_content h1, .slider_content .slider_c_four h2, .slider_c_four .slider_content h2 {
    font-size: 36px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider_content h1, .slider_content .slider_c_four h2, .slider_c_four .slider_content h2 {
    font-size: 36px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_content h1, .slider_content .slider_c_four h2, .slider_c_four .slider_content h2 {
    font-size: 30px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .slider_content h1, .slider_content .slider_c_four h2, .slider_c_four .slider_content h2 {
    font-size: 18px;
    line-height: 22px;
  }
}
.slider_content h2 {
  font-size: 52px;
  line-height: 57px;
  color: #ffffff;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 3px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .slider_content h2 {
    font-size: 36px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider_content h2 {
    font-size: 36px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_content h2 {
    font-size: 30px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .slider_content h2 {
    font-size: 18px;
    line-height: 22px;
  }
}
.slider_content h3 {
  font-size: 52px;
  line-height: 57px;
  color: #ffffff;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .slider_content h3 {
    font-size: 36px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider_content h3 {
    font-size: 36px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_content h3 {
    font-size: 30px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .slider_content h3 {
    font-size: 18px;
    line-height: 22px;
  }
}
.slider_content p {
  font-size: 22px;
  line-height: 26px;
  color: #ffffff;
  margin-bottom: 25px;
  max-width: 480px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .slider_content p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 22px;
    max-width: 420px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider_content p {
    font-size: 15px;
    line-height: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_content p {
    ont-size: 15px;
    line-height: 20px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .slider_content p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 20px;
    max-width: 260px;
  }
}
@media only screen and (max-width: 479px) {
  .slider_content p {
    padding: 0 20px;
    max-width: 100%;
  }
}
.slider_content a {
  text-transform: uppercase;
  padding: 11px 35px;
  background: #ffffff;
  color: #333333;
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .slider_content a {
    font-size: 11px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider_content a {
    font-size: 12px;
    padding: 10px 28px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_content a {
    font-size: 12px;
    padding: 9px 24px;
  }
}
@media only screen and (max-width: 767px) {
  .slider_content a {
    padding: 5px 20px 5px;
    font-size: 11px;
  }
}
.slider_content a:hover {
  background: #83b53b;
  color: #ffffff;
}

.content_position_center {
  padding-top: 33px;
  margin-left: 70px;
  max-width: 370px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .content_position_center {
    margin-left: 0;
    max-width: 100%;
  }
}

.content_position_left {
  text-align: left;
  margin-left: 35px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .content_position_left {
    margin-left: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .content_position_left {
    margin-left: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .content_position_left {
    margin-left: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .content_position_left {
    text-align: center;
    width: 100%;
    margin-left: 0;
  }
}
.content_position_left h1, .content_position_left .slider_c_four h2, .slider_c_four .content_position_left h2 {
  color: #ffffff;
}
.content_position_left h2 {
  color: #fdd600;
}
.content_position_left span {
  color: #ffffff;
}

.active .slider_content h1, .active .slider_content h2, .active .slider_content h3, .active .slider_content p, .active .slider_content a, .active .slider_content img {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.active .slider_content h2 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.active .slider_content h3 {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.active .slider_content p {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.active .slider_content a {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.active .slider_content img {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

/*home two css here*/
@media only screen and (max-width: 767px) {
  .slider_section_two {
    margin-bottom: 57px;
  }
}
.slider_section_two .single_slider {
  height: 823px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .slider_section_two .single_slider {
    height: 583px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider_section_two .single_slider {
    height: 435px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_section_two .single_slider {
    height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .slider_section_two .single_slider {
    background-position: 10%;
    height: 320px;
  }
}
.slider_section_two .owl-nav div {
  color: #BE8658;
}

.slider_content_two {
  max-width: 100%;
  text-align: center;
}
.slider_content_two img {
  max-width: 226px;
  margin: 0 auto;
  margin-bottom: 45px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .slider_content_two img {
    max-width: 100px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider_content_two img {
    max-width: 100px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_content_two img {
    max-width: 100px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .slider_content_two img {
    max-width: 100px;
    margin-bottom: 12px;
  }
}
.slider_content_two h1, .slider_content_two .slider_c_four h2, .slider_c_four .slider_content_two h2 {
  font-family: "Pacifico", cursive;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 72px;
  line-height: 72px;
  margin-bottom: 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .slider_content_two h1, .slider_content_two .slider_c_four h2, .slider_c_four .slider_content_two h2 {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 28px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider_content_two h1, .slider_content_two .slider_c_four h2, .slider_c_four .slider_content_two h2 {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_content_two h1, .slider_content_two .slider_c_four h2, .slider_c_four .slider_content_two h2 {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .slider_content_two h1, .slider_content_two .slider_c_four h2, .slider_c_four .slider_content_two h2 {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 16px;
  }
}
.slider_content_two p {
  line-height: 29px;
  max-width: 40%;
  margin: 0 auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .slider_content_two p {
    line-height: 24px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider_content_two p {
    line-height: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_content_two p {
    line-height: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .slider_content_two p {
    line-height: 20px;
    max-width: 100%;
  }
}
.slider_content_two a {
  margin-top: 45px;
}
.slider_content_two a:hover {
  background: #BE8658;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .slider_content_two a {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider_content_two a {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_content_two a {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .slider_content_two a {
    margin-top: 22px;
  }
}

/*home three css here*/
.slider_section_three .single_slider {
  height: 725px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .slider_section_three .single_slider {
    height: 513px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider_section_three .single_slider {
    height: 420px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_section_three .single_slider {
    height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .slider_section_three .single_slider {
    background-position: 10%;
    height: 320px;
  }
}
.slider_section_three .owl-nav div {
  color: #AE307C;
}

.slider_c_three a {
  background: url(../img/icon/slider-btn.png) no-repeat scroll center center/cover;
  min-width: 203px;
  text-align: center;
  padding: 15px 0 30px;
  color: #ffffff;
  font-size: 15px;
}
@media only screen and (max-width: 767px) {
  .slider_c_three a {
    font-size: 14px;
    min-width: 160px;
    padding: 10px 0 16px;
  }
}
.slider_c_three a:hover {
  background: url(../img/icon/slider-btn.png) no-repeat scroll center center/cover;
  color: #AE307C;
}
.slider_c_three.color_three h1, .slider_c_three.color_three .slider_c_four h2, .slider_c_four .slider_c_three.color_three h2 {
  color: #AE307C;
}
.slider_c_three.color_three h2 {
  color: #AE307C;
}
.slider_c_three.color_three h3 {
  color: #AE307C;
}

/*home four css here*/
.slider_four .single_slider {
  height: 556px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider_four .single_slider {
    height: 507px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_four .single_slider {
    height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .slider_four .single_slider {
    background-position: 10%;
    height: 320px;
  }
}

.slider_c_four {
  padding-left: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_c_four {
    max-width: 411px;
  }
}
@media only screen and (max-width: 767px) {
  .slider_c_four {
    padding-left: 0;
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
}
.slider_c_four h1, .slider_c_four h2 {
  font-size: 42px;
  line-height: 46px;
  font-weight: 700;
  text-transform: uppercase;
  color: #333333;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider_c_four h1, .slider_c_four h2 {
    font-size: 35px;
    line-height: 36px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_c_four h1, .slider_c_four h2 {
    font-size: 28px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .slider_c_four h1, .slider_c_four h2 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 9px;
  }
}
.slider_c_four h3 {
  font-size: 95px;
  line-height: 95px;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  color: #333333;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider_c_four h3 {
    font-size: 70px;
    line-height: 74px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_c_four h3 {
    font-size: 50px;
    line-height: 56px;
  }
}
@media only screen and (max-width: 767px) {
  .slider_c_four h3 {
    font-size: 40px;
    line-height: 46px;
  }
}
.slider_c_four h3 span {
  font-size: 38px;
  line-height: 38px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider_c_four h3 span {
    font-size: 34px;
    line-height: 34px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_c_four h3 span {
    font-size: 24px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .slider_c_four h3 span {
    font-size: 20px;
    line-height: 24px;
  }
}
.slider_c_four p {
  font-size: 26px;
  line-height: 31px;
  text-transform: uppercase;
  font-weight: 900;
  font-style: italic;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider_c_four p {
    font-size: 20px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_c_four p {
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .slider_c_four p {
    font-size: 16px;
    line-height: 22px;
    max-width: 100%;
  }
}
.slider_c_four a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 900;
  padding: 11px 27px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_c_four a {
    font-size: 14px;
    line-height: 20px;
    padding: 11px 21px;
  }
}
@media only screen and (max-width: 767px) {
  .slider_c_four a {
    font-size: 13px;
    line-height: 20px;
    padding: 8px 18px;
  }
}
.slider_c_four a:hover {
  background: #58d173;
}

/*  04. banner section css here  */
.banner_area {
  background: #F9F9F9;
}

.banner_thumb {
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner_thumb {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .banner_thumb {
    text-align: center;
  }
}
.banner_thumb:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner_thumb a {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .banner_thumb a {
    width: 100%;
  }
}
.banner_thumb a img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner_thumb a img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .banner_thumb a img {
    width: 100%;
  }
}

.banner_text {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translatex(-50%);
  text-align: center;
}
.banner_text a {
  padding: 8px 23px;
  box-shadow: 0px 1px 6.79px 0.21px rgba(0, 0, 0, 0.13);
  background: #ffffff;
  display: inline-block;
  text-transform: uppercase;
}
.banner_text a:hover {
  background: #83b53b;
  color: #ffffff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner_text a {
    padding: 7px 12px;
  }
}
@media only screen and (max-width: 767px) {
  .banner_text a {
    font-size: 12px;
    padding: 6px 12px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner_area {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .banner_area {
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .single_banner {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single_banner.mb-30 {
    margin-bottom: 23px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_banner.mb-30 {
    margin-bottom: 24px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner_sidebar {
    display: flex;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner_sidebar .single_banner {
    margin-right: 30px;
    width: 50%;
  }
  .banner_sidebar .single_banner:last-child {
    margin-right: 0;
  }
}

/*home two css here*/
.banner_content {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 9;
}
.banner_content h3 {
  font-size: 60px;
  line-height: 60px;
  font-weight: 400;
  text-transform: capitalize;
  color: #ffffff;
  font-family: "Pacifico", cursive;
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .banner_content h3 {
    font-size: 39px;
    line-height: 39px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner_content h3 {
    font-size: 32px;
    line-height: 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner_content h3 {
    font-size: 28px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .banner_content h3 {
    font-size: 30px;
    line-height: 30px;
  }
}
.banner_content h2 {
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  margin: 40px 0 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .banner_content h2 {
    font-size: 32px;
    line-height: 32px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner_content h2 {
    margin: 26px 0 36px;
    font-size: 25px;
    line-height: 26px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner_content h2 {
    font-size: 21px;
    line-height: 24px;
    margin: 15px 0 22px;
  }
}
@media only screen and (max-width: 767px) {
  .banner_content h2 {
    font-size: 18px;
    line-height: 20px;
    margin: 15px 0 22px;
  }
}
.banner_content a {
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  display: inline-block;
  border: 2px solid #ffffff;
  padding: 7px 20px;
  text-transform: uppercase;
}
.banner_content a:hover {
  color: #BE8658;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner_content a {
    padding: 5px 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner_content a {
    padding: 5px 12px;
    width: 117px;
  }
}
@media only screen and (max-width: 767px) {
  .banner_content a {
    padding: 5px 12px;
    width: 117px;
  }
}

@media only screen and (max-width: 767px) {
  .banner_section_two {
    margin-bottom: 27px;
  }
}
.banner_section_two .single_banner {
  position: relative;
}
.banner_section_two .single_banner:hover .banner_content {
  opacity: 1;
  visibility: visible;
}
.banner_section_two .single_banner:hover::before {
  opacity: 1;
}
.banner_section_two .single_banner::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  z-index: 1;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/*home three css here*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner_three {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .banner_three {
    padding-bottom: 30px;
    padding-top: 60px;
  }
}
.banner_three .banner_text {
  left: 0;
  right: 0;
  transform: inherit;
}
.banner_three .banner_text a:hover {
  background: #AE307C;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner_three .banner_text {
    left: 20%;
    right: 20%;
  }
}
@media only screen and (max-width: 767px) {
  .banner_three .banner_text {
    left: 20%;
    right: 20%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner_three .single_banner {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .banner_three .single_banner {
    margin-bottom: 30px;
  }
}

.banner_three_column2 {
  background: inherit;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner_three_column2 {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .banner_three_column2 {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .banner_three_column2 .single_banner {
    margin-bottom: 30px;
  }
}

/*home four css here*/
.banner_four {
  background: inherit;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner_four {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .banner_four {
    padding-bottom: 0;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .banner_three_column2.mb-56 {
    margin-bottom: 25px;
  }
}

/* 03. product section css here */
.tab-content > .tab-pane.active {
  display: block;
  height: auto;
  opacity: 1;
  overflow: visible;
}

.tab-content > .tab-pane {
  display: block;
  height: 0;
  opacity: 0;
  overflow: hidden;
}

.product_area {
  background: #F9F9F9;
}
@media only screen and (max-width: 767px) {
  .product_area {
    padding-bottom: 30px;
  }
}

.product_thumb {
  position: relative;
}
.product_thumb a.secondary_img {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.product_content {
      padding: 10px;
    text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product_content {
    padding: 10px 11px 25px 11px;
  }
}
@media only screen and (max-width: 767px) {
  .product_content {
    padding: 10px 10px 25px 10px;
  }
}

.single_product {
  /* background: #ffffff; */
  margin-bottom: 10px;
  margin-top: 20px;
}
.single_product:hover a.secondary_img {
  opacity: 1;
  visibility: visible;
}
.single_product:hover .action_links {
  opacity: 1;
  visibility: visible;
}
.single_product:hover .action_links ul li a {
  transform: translate(20px, 20px);
}

.action_links {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
.action_links ul li {
  margin-bottom: 5px;
}
.action_links ul li:last-child {
  margin-bottom: 0;
}
.action_links ul li a {
  text-transform: capitalize;
  display: block;
  font-size: 14px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #333333;
  text-align: center;
  color: #ffffff;
  font-size: 21px;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition: transform 0.6s;
  -moz-transition: transform 0.6s;
  -o-transition: transform 0.6s;
  transition: transform 0.6s;
}
.action_links ul li a:hover {
  background: #83b53b;
}
.action_links ul li.compare a {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.action_links ul li.quick_view a {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.label_product {
  position: absolute;
  top: 20px;
  left: 20px;
}
.label_product span {
  height: 20px;
  line-height: 20px;
  min-width: 40px;
  padding: 0 10px;
  text-transform: uppercase;
  color: #ffffff;
  display: block;
  font-size: 10px;
  font-weight: 700;
  position: relative;
}
.label_product span::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #82b53b transparent transparent transparent;
  left: 8px;
  top: 100%;
  position: absolute;
}
.label_product span.label_sale {
  background: #83b53b;
}

.product_name h4 {
    font-size: 20px;
    line-height: 24px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 0;
    display: block;
    position: relative;
    padding-top: 30%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product_name h4 {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .product_name h4 {
    font-size: 12px;
  }
}
@media only screen and (max-width: 479px) {
  .product_name h4 {
    font-size: 13px;
  }
}
.product_name h4 a:hover {
  color: #83b53b;
}

.product_rating {
  margin-bottom: 4px;
}
.product_rating ul li {
  display: inline-block;
}
.product_rating ul li a {
  color: #83b53b;
}
.product_rating ul li a i {
  font-size: 16px;
}

.price-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.price_box span.current_price {
  font-size: 16px;
  line-height: 24px;
}
.price_box span.old_price {
  text-decoration: line-through;
  font-size: 14px;
  margin-left: 10px;
}

.wishlist_btn a {
  font-size: 18px;
}
.wishlist_btn a:hover {
  color: #83b53b;
}

/*deals section css here*/
.deals_section {
  padding: 75px 0;
}
@media only screen and (max-width: 767px) {
  .deals_section {
    padding: 56px 0;
  }
}

.product_caption {
  text-align: center;
}
.product_caption .product_name {
  margin-bottom: 12px;
}
@media only screen and (max-width: 767px) {
  .product_caption .product_name {
    margin-bottom: 10px;
  }
}
.product_caption .product_name a {
  font-size: 20px;
  line-height: 24px;
  text-transform: capitalize;
  font-style: italic;
}
@media only screen and (max-width: 767px) {
  .product_caption .product_name a {
    font-size: 17px;
    line-height: 20px;
  }
}
.product_caption .product_name a:hover {
  color: #83b53b;
}
.product_caption .product_title {
  margin-bottom: 18px;
}
@media only screen and (max-width: 767px) {
  .product_caption .product_title {
    margin-bottom: 12px;
  }
}
.product_caption .product_title h3 {
  font-size: 32px;
  line-height: 24px;
  font-weight: 700;
  text-transform: capitalize;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product_caption .product_title h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .product_caption .product_title h3 {
    font-size: 18px;
    line-height: 22px;
  }
}
.product_caption .product_title h3 a:hover {
  color: #83b53b;
}
.product_caption .product_sale {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .product_caption .product_sale {
    margin-bottom: 15px;
  }
}
.product_caption .product_sale span {
  font-size: 32px;
  line-height: 32px;
  font-weight: 900;
  font-style: italic;
  text-transform: capitalize;
  color: #83b53b;
}
@media only screen and (max-width: 767px) {
  .product_caption .product_sale span {
    font-size: 25px;
    line-height: 24px;
  }
}

.product_desc {
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .product_desc {
    margin-bottom: 15px;
  }
}
.product_desc p {
  font-size: 16px;
  line-height: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product_desc p {
    font-size: 15px;
    line-height: 23px;
    max-width: 662px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .product_desc p {
    font-size: 14px;
    line-height: 23px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .deals_banner {
    text-align: center;
    margin-top: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .deals_banner {
    text-align: center;
    margin-top: 30px;
  }
}

.product_button {
  margin: 30px 0 0;
}
@media only screen and (max-width: 767px) {
  .product_button {
    margin: 25px 0 0;
  }
}
.product_button a {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  padding: 9px 20px;
  background: #83b53b;
  z-index: 9;
  position:relative;
}
.product_button a:hover {
  background: #333333;
}

.single_countdown {
  width: 90px;
  padding: 10px 0;
  border-right: 1px solid #e5e5e5;
}
.single_countdown:last-child {
  border: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_countdown {
    width: 83px;
    padding: 8px 0;
  }
}
@media only screen and (max-width: 767px) {
  .single_countdown {
    width: 65px;
    padding: 7px 0;
  }
}

.product_timing {
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  text-align: center;
  display: inline-block;
}

.countdown_area {
  display: flex;
}

.countdown_number {
  font-size: 22px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .countdown_number {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .countdown_number {
    font-size: 18px;
  }
}

.countdown_title {
  text-transform: uppercase;
  font-size: 12px;
}

.product_wrapper .col-lg-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
.product_wrapper:hover button {
  opacity: 1;
  visibility: visible;
}
.product_wrapper button {
  position: absolute;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 24px;
  background: #ffffff;
  border: 0;
  top: 48%;
  left: -10px;
  transform: translatey(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 0px 9.8px 0.2px rgba(0, 0, 0, 0.05);
  z-index: 99;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .product_wrapper button {
    left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product_wrapper button {
    left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product_wrapper button {
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .product_wrapper button {
    left: 10px;
    width: 40px;
    height: 40px;
    line-height: 38px;
  }
}
.product_wrapper button:hover {
  color: #83b53b;
}
.product_wrapper button.next_arrow {
  right: -10px;
  left: auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .product_wrapper button.next_arrow {
    right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product_wrapper button.next_arrow {
    right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product_wrapper button.next_arrow {
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .product_wrapper button.next_arrow {
    right: 10px;
  }
}

.section_title {
  text-align: center;
  margin-bottom: 26px;
}
.section_title h3 {
  font-size: 24px;
  line-height: 20px;
  font-weight: 900;
  text-transform: uppercase;
  padding: 30px 0 20px;
  margin-bottom: 5px;
  position: relative;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .section_title h3 {
    font-size: 18px;
    padding: 22px 0 15px;
  }
}
.section_title h3::before {
  position: absolute;
  content: "";
  background: url("../img/icon/bg-title.png") center no-repeat;
  width: 100px;
  height: 75px;
  top: 0;
  left: 50%;
  transform: translatex(-50%);
}
@media only screen and (max-width: 767px) {
  .section_title h3::before {
    width: 70px;
    height: 58px;
  }
}
.section_title p {
  font-size: 16px;
  line-height: 24px;
  max-width: 445px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .section_title p {
    font-size: 14px;
    line-height: 22px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .title_style1 {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .title_style1 {
    width: 100%;
  }
}

.deals_carousel:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
}
.deals_carousel .owl-nav div {
  position: absolute;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 24px;
  background: #ffffff;
  top: 50%;
  left: 0;
  transform: translatey(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 0px 9.8px 0.2px rgba(0, 0, 0, 0.05);
  z-index: 99;
}
@media only screen and (max-width: 767px) {
  .deals_carousel .owl-nav div {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.deals_carousel .owl-nav div:hover {
  color: #83b53b;
}
.deals_carousel .owl-nav div.owl-next {
  right: 0;
  left: auto;
}

@media only screen and (max-width: 767px) {
  .product_area.pt-80 {
    padding-top: 60px;
  }
}

.product_wrapper .product_slick_column3 button {
  display: none !important;
}

/*home two css here*/
.section_title_style2 {
  text-align: center;
  margin-bottom: 25px;
}
.section_title_style2 h3 {
  font-size: 24px;
  line-height: 20px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .section_title_style2 h3 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 12px;
  }
}
.section_title_style2 p {
  font-size: 22px;
  line-height: 24px;
  color: #BE8658;
  font-family: "Dancing Script", cursive;
  margin-bottom: 17px;
}

.featured_container .col-lg-3 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .featured_category {
    margin-bottom: 60px;
  }
}

.featured_thumb {
  position: relative;
  overflow: hidden;
}
.featured_thumb:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.featured_thumb a img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.featured_name {
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  text-align: center;
}
.featured_name h3 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .featured_name h3 {
    font-size: 14px;
    line-height: 22px;
  }
}
.featured_name h3 a:hover {
  color: #BE8658;
}

@media only screen and (max-width: 767px) {
  .tab_product_area {
    margin-bottom: 60px;
  }
}

.tab_list_btn {
  width: 20%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .tab_list_btn {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 12px;
    margin-bottom: 20px;
  }
}
.tab_list_btn::before {
  position: absolute;
  content: "";
  background: #e5e5e5;
  width: 1px;
  height: 100%;
  right: 2px;
  top: 0;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .tab_list_btn::before {
    display: none;
  }
}
.tab_list_btn ul.nav {
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .tab_list_btn ul.nav {
    flex-direction: row;
  }
}
.tab_list_btn ul.nav li {
  padding: 10px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tab_list_btn ul.nav li {
    padding: 7px 0;
  }
}
@media only screen and (max-width: 767px) {
  .tab_list_btn ul.nav li {
    padding: 0;
  }
}
.tab_list_btn ul.nav li a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 8px 0;
  display: block;
  border-right: 5px solid transparent;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tab_list_btn ul.nav li a {
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .tab_list_btn ul.nav li a {
    border: 0;
    font-size: 13px;
    line-height: 20px;
    padding: 6px 10px;
  }
}
.tab_list_btn ul.nav li a:hover {
  color: #BE8658;
}
.tab_list_btn ul.nav li a.active {
  color: #BE8658;
  border-color: #BE8658;
}

.tab_product_list:hover .product_thumb a.secondary_img {
  opacity: 1;
  visibility: visible;
}

.tab_product_container {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .tab_product_container {
    flex-direction: column;
  }
}

.tab_product_gallery {
  width: 80%;
}
@media only screen and (max-width: 767px) {
  .tab_product_gallery {
    width: 100%;
  }
}

.tab_product_list {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .tab_product_list {
    flex-direction: column;
  }
}
.tab_product_list .product_thumb {
  width: 50%;
  padding: 0 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tab_product_list .product_thumb {
    width: 43%;
  }
}
@media only screen and (max-width: 767px) {
  .tab_product_list .product_thumb {
    width: 100%;
    overflow: hidden;
  }
}
.tab_product_list .product_content {
  width: 50%;
  padding: 0 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tab_product_list .product_content {
    width: 57%;
  }
}
@media only screen and (max-width: 767px) {
  .tab_product_list .product_content {
    width: 100%;
  }
}
.tab_product_list .product_content h3 {
  font-size: 22px;
  line-height: 20px;
  padding-top: 15px;
  margin-bottom: 17px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tab_product_list .product_content h3 {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .tab_product_list .product_content h3 {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 16px;
  }
}
.tab_product_list .product_content h3 a:hover {
  color: #BE8658;
}
.tab_product_list .price_box {
  margin-bottom: 10px;
}
.tab_product_list .price_box span.current_price {
  font-size: 22px;
  line-height: 22px;
}
.tab_product_list .product_rating {
  margin-bottom: 9px;
}
.tab_product_list .product_rating ul li a {
  color: #BE8658;
}
.tab_product_list .product_desc {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .tab_product_list .product_desc {
    margin-bottom: 22px;
  }
}
.tab_product_list .product_desc p {
  font-size: 14px;
  font-weight: 400;
}
.tab_product_list .product_btn a {
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  display: inline-block;
  padding: 14px 25px;
  font-weight: 700;
  background: #333333;
  color: #fff;
}
.tab_product_list .product_btn a:hover {
  background: #BE8658;
}
@media only screen and (max-width: 767px) {
  .tab_product_list .product_btn a {
    font-size: 12px;
    line-height: 14px;
    padding: 11px 15px;
  }
}

.tab_product_carousel:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
}
.tab_product_carousel .owl-nav div {
  position: absolute;
  top: 8px;
  right: 27px;
  width: 20px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #e5e5e5;
  background: #f7f7f7;
  text-align: center;
  opacity: 0;
  visibility: hidden;
}
.tab_product_carousel .owl-nav div:hover {
  background: #BE8658;
  border-color: #BE8658;
  color: #ffffff;
}
.tab_product_carousel .owl-nav div.owl-next {
  right: 0;
}

.product_area_two {
  background: inherit;
}
.product_area_two .single_product {
  border: 1px solid #e5e5e5;
}
.product_area_two .single_product:hover {
  border-color: #BE8658;
}

.color_section_two .action_links ul li a:hover {
  background: #BE8658;
}
.color_section_two .product_name h4 a:hover {
  color: #BE8658;
}
.color_section_two .wishlist_btn a:hover {
  color: #BE8658;
}
.color_section_two .product_rating ul li a {
  color: #BE8658;
}
.color_section_two button:hover {
  color: #BE8658;
}

/*home three css here*/
.title_style3 {
  margin-bottom: 14px;
}
.title_style3 h3 {
  padding-top: 70px;
  background: url("../img/icon/bg-title3.png") center top no-repeat;
}
.title_style3 h3::before {
  display: none;
}

.product_three {
  background: inherit;
}
@media only screen and (max-width: 767px) {
  .product_three {
    margin-top: 60px;
    margin-bottom: 30px;
    padding-bottom: 0;
  }
}

.product_tab_btn3 {
  margin-bottom: 35px;
}
.product_tab_btn3 ul.nav {
  justify-content: center;
}
.product_tab_btn3 ul.nav li {
  padding: 0 30px;
  position: relative;
}
.product_tab_btn3 ul.nav li::before {
  content: "";
  width: 18px;
  height: 1px;
  background: #cccccc;
  position: absolute;
  top: 50%;
  right: -9px;
}
.product_tab_btn3 ul.nav li:last-child::before {
  display: none;
}
.product_tab_btn3 ul.nav li a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .product_tab_btn3 ul.nav li a {
    font-size: 14px;
    line-height: 26px;
  }
}
.product_tab_btn3 ul.nav li a:hover {
  color: #AE307C;
}
.product_tab_btn3 ul.nav li a.active {
  color: #AE307C;
}

.product_color3 .single_product {
  border: 1px solid #e5e5e5;
}
.product_color3 .single_product:hover {
  border-color: #AE307C;
}
.product_color3 .action_links ul li a:hover {
  background: #AE307C;
}
.product_color3 .product_name h4 a:hover {
  color: #AE307C;
}
.product_color3 .product_rating ul li a {
  color: #AE307C;
}
.product_color3 .wishlist_btn a:hover {
  color: #AE307C;
}
.product_color3 button:hover {
  color: #AE307C;
}

.deals_section_three {
  padding: 70px 0;
}
.footer_menu1 ul li{
	display:inline-block;
	position: relative;
	padding-right:10px;
}
.footer_menu1 ul li a{
	text-transform: capitalize;
}
.footer_menu1 ul li a::before{
	content: "";
    width: 2px;
    height: 12px;
    background-color: #8a8a8a;
    display: block;
    position: absolute;
    top: 7px;
    right: 4px;
}
.footer_menu1 ul li a::before:last-child{
	display:none;
}
.logo img{
	width:50%;
}
@media only screen and (max-width: 767px) {
  .deals_section_three {
    padding: 54px 0 0;
  }
}
.deals_section_three .product_name a:hover {
  color: #AE307C;
}
.deals_section_three .product_title h3 a:hover {
  color: #AE307C;
}
.deals_section_three .product_sale span {
  color: #AE307C;
}
.deals_section_three .product_button a {
  background: #AE307C;
}
.deals_section_three .product_button a:hover {
  background: #333333;
}
.deals_section_three .owl-nav div:hover {
  color: #AE307C;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .deals_section_three .deals_banner {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .deals_section_three .deals_banner {
    margin-top: 30px;
  }
}

.deals_inner_three {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .deals_inner_three {
    padding-bottom: 67px;
  }
}
@media only screen and (max-width: 767px) {
  .deals_inner_three {
    padding-bottom: 60px;
  }
}

/* ---Home Five Style-- */
.home-five_wrapper .featured_column4 .single_featured .featured_content .featured_name a:hover {
  color: #AE307C;
}
.home-five_wrapper .featured_column4 .single_featured .featured_content .sub_featured_categorie > ul > li:before {
  background-color: #AE307C;
}
.home-five_wrapper .featured_column4 .single_featured .featured_content .sub_featured_categorie > ul > li > a:hover {
  color: #AE307C;
}

/*small product css here*/
.custom_produtc_area {
  margin-bottom: 42px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .custom_produtc_area {
    margin-bottom: 69px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .custom_produtc_area {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .custom_produtc_area {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .small_product {
    margin-bottom: 25px;
  }
}

.small_product_list {
  display: flex !important;
  align-items: center;
  margin-bottom: 30px;
}
.small_product_list:hover a.secondary_img {
  opacity: 1;
  visibility: visible;
}
.small_product_list .product_thumb {
  width: 40%;
  border: 1px solid #e5e5e5;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .small_product_list .product_thumb {
    width: 38%;
  }
}
@media only screen and (max-width: 767px) {
  .small_product_list .product_thumb {
    width: 30%;
  }
}
.small_product_list .product_content {
  width: 60%;
  padding: 0 0 0 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .small_product_list .product_content {
    width: 62%;
    padding: 0 0 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .small_product_list .product_content {
    width: 67%;
    padding: 0 0 0 15px;
  }
}
.small_product_list .product_name h4 {
  line-height: 20px;
  margin-bottom: 3px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .small_product_list .product_name h4 {
    font-size: 14px;
  }
}
.small_product_list .product_name h4 a:hover {
  color: #AE307C;
}
.small_product_list .product_rating {
  margin-bottom: 2px;
}
.small_product_list .product_rating ul li a {
  color: #AE307C;
}

.small_product_title {
  margin-bottom: 30px;
}
.small_product_title h2 {
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 900;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 2px solid #e5e5e5;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .small_product_title h2 {
    font-size: 15px;
  }
}
.small_product_title h2::before {
  content: "";
  position: absolute;
  bottom: -2px;
  height: 2px;
  width: 70px;
  background: #AE307C;
  left: 0;
}

.small_product_container button {
  position: absolute;
  top: -69px;
  right: 16px;
  font-size: 21px;
  border: 0;
  background: inherit;
}
.small_product_container button:hover {
  color: #AE307C;
}
.small_product_container button.next_arrow {
  right: 0;
}

/*home four css here*/
.title_style4 h3 {
  margin-bottom: 15px;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .title_style4 h3 {
    line-height: 16px;
  }
}
.title_style4 h3::before {
  display: none;
}

.featured_container_four .featured_name {
  position: inherit;
  text-align: left;
}
.featured_container_four .featured_name a {
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
}
.featured_container_four .featured_name a:hover {
  color: #58d173;
}
.featured_container_four .col-lg-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
.featured_container_four .single_featured {
  border: 1px solid #e5e5e5;
}
.featured_container_four .featured_content {
  padding: 15px 20px 20px;
}

.sub_featured_categorie ul li {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.sub_featured_categorie ul li::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 1px;
  background: #58d173;
  left: 0;
  opacity: 0;
  top: 12px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sub_featured_categorie ul li:hover {
  padding-left: 15px;
}
.sub_featured_categorie ul li:hover::before {
  opacity: 1;
}
.sub_featured_categorie ul li a:hover {
  color: #58d173;
}

.product_four {
  background: inherit;
}
@media only screen and (max-width: 767px) {
  .product_four {
    padding-bottom: 0;
  }
}
.product_four .single_product {
  border: 1px solid #e5e5e5;
}
.product_four .single_product:hover {
  border-color: #58d173;
}
.product_four .product_timing {
  border: 0;
  margin-bottom: 12px;
}
.product_four .single_countdown {
  width: 80px;
  background: #58d173;
  border-right: 2px solid #ffffff;
  color: #ffffff;
  font-weight: 700;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product_four .single_countdown {
    width: 48px;
    padding: 5px 0;
  }
}
@media only screen and (max-width: 767px) {
  .product_four .single_countdown {
    width: 44px;
    padding: 5px 0;
  }
}
@media only screen and (max-width: 479px) {
  .product_four .single_countdown {
    width: 58px;
  }
}
.product_four .single_countdown:last-child {
  border-right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product_four .countdown_number {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .product_four .countdown_number {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product_four .countdown_title {
    font-size: 11px;
  }
}
@media only screen and (max-width: 767px) {
  .product_four .countdown_title {
    font-size: 11px;
  }
}

.home-five_wrapper .product_four .single_product:hover {
  border-color: #AE307C;
}
.home-five_wrapper .product_four .single_product .product_name a:hover {
  color: #AE307C;
}
.home-five_wrapper .product_four .single_product .product_rating > ul > li > a {
  color: #AE307C;
}
.home-five_wrapper .product_four .single_product .wishlist_btn a:hover {
  color: #AE307C;
}
.home-five_wrapper .product_four .single_product .action_links > ul > li > a:hover {
  background-color: #AE307C;
}
.home-five_wrapper .product_four .single_product .single_countdown {
  background-color: #AE307C;
}

.product_tab_btn3.btn_4 ul.nav li a:hover {
  color: #58d173;
}
.product_tab_btn3.btn_4 ul.nav li a.active {
  color: #58d173;
}

.product_color4 .action_links ul li a:hover {
  background: #58d173;
}
.product_color4 .product_name h4 a:hover {
  color: #58d173;
}
.product_color4 .product_rating ul li a:hover {
  color: #58d173;
}
.product_color4 .wishlist_btn a:hover {
  color: #58d173;
}

.custom_product_four {
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .custom_product_four {
    margin-bottom: 27px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .custom_product_four {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .custom_product_four {
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .custom_product_four .small_product {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .custom_product_four .small_product {
    margin-bottom: 25px;
  }
}
.custom_product_four .small_product_title h2::before {
  background: #58d173;
}
.custom_product_four .small_product_container button:hover {
  color: #58d173;
}
.custom_product_four .product_name h4 a:hover {
  color: #58d173;
}
.custom_product_four .product_rating ul li a {
  color: #58d173;
}

/* 05. blog area css here */
@media only screen and (max-width: 767px) {
  .blog_area {
    padding-top: 10px;
    margin-bottom: 55px;
  }
}

.blog_gallery .col-lg-4 {
  flex: 0 0 100%;
  max-width: 100%;
}

.blog_content h4 {
  font-size: 18px;
  line-height: 21px;
  font-weight: 600;
  margin-bottom: 4px;
}
@media only screen and (max-width: 767px) {
  .blog_content h4 {
    font-size: 17px;
  }
}
.blog_content h4 a:hover {
  color: #83b53b;
}
.blog_content span {
  line-height: 24px;
  margin-bottom: 12px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .blog_content span {
    margin-bottom: 10px;
  }
}
.blog_content span a:hover {
  color: #83b53b;
}
.blog_content p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 14px;
}
@media only screen and (max-width: 767px) {
  .blog_content p {
    margin-bottom: 13px;
  }
}
.blog_content > a {
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  text-decoration: underline;
}
.blog_content > a:hover {
  color: #83b53b;
}

.blog_thumb {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .blog_thumb a {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .blog_thumb a img {
    width: 100%;
  }
}

/*home three css here*/
.blog_three {
  background: #F9F9F9;
  padding: 70px 0;
}
@media only screen and (max-width: 767px) {
  .blog_three {
    padding: 60px 0;
  }
}
.blog_three .blog_thumb {
  position: relative;
  overflow: hidden;
}
.blog_three .blog_thumb:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.blog_three .blog_thumb a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.blog_three .blog_content {
  padding: 0 20px 23px;
}
.blog_three .blog_content h3 a:hover {
  color: #AE307C;
}
.blog_three .blog_content > a:hover {
  color: #AE307C;
}
.blog_three .single_blog {
  background: #ffffff;
}

.articles_date {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 10px;
  background: #ffffff;
  box-shadow: 0px 1px 6.79px 0.21px rgba(0, 0, 0, 0.08);
  text-align: center;
}
.articles_date span {
  text-transform: uppercase;
  display: block;
  line-height: 13px;
}
.articles_date span.date {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 5px;
  line-height: 28px;
}

/* --Home Five-- */
.home-five_wrapper .blog_column2 .single_blog {
  display: flex;
  padding: 30px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-five_wrapper .blog_column2 .single_blog {
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .home-five_wrapper .blog_column2 .single_blog {
    padding: 0;
    display: block;
  }
}
.home-five_wrapper .blog_column2 .blog_thumb {
  margin-bottom: 0;
  height: 100%;
  display: block;
  width: 100%;
}
.home-five_wrapper .blog_column2 .blog_content {
  padding: 0 0 0 20px;
}
@media only screen and (max-width: 767px) {
  .home-five_wrapper .blog_column2 .blog_content {
    padding: 20px;
  }
}

/*06. newsletter area css here*/
.newsletter_desc p {
  font-size: 15px;
  line-height: 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .newsletter_desc p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .newsletter_desc p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .newsletter_desc p {
    font-size: 14px;
    line-height: 22px;
  }
}

.newsletter_form {
  margin-top: 15px;
}
.newsletter_form form {
  position: relative;
}
.newsletter_form form input {
  width: 100%;
  border: 2px solid rgba(0, 0, 0, 0.07);
  background: #fff;
  color: #bbbbbb;
  font-size: 13px;
  line-height: 50px;
  height: 50px;
  padding: 0 70px 0 20px;
}
@media only screen and (max-width: 767px) {
  .newsletter_form form input {
    line-height: 43px;
    height: 43px;
  }
}
.newsletter_form form button {
  padding: 0 16px;
  font-size: 21px;
  border: 0;
  position: absolute;
  top: 0;
  right: 0;
  background: #83b53b;
  color: #fff;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.newsletter_form form button:hover {
  background: #333333;
}

/* 21. shipping css here */
.shipping_inner {
  border-top: 1px solid #e5e5e5;
  padding: 75px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shipping_inner {
    padding: 75px 0 53px;
  }
}
@media only screen and (max-width: 767px) {
  .shipping_inner {
    padding: 56px 0 32px;
  }
}

.single_shipping {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_shipping {
    margin-bottom: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .single_shipping {
    margin-bottom: 25px;
  }
}

.shipping_icone {
  margin-right: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shipping_icone {
    margin-right: 6px;
  }
}
.shipping_icone i {
  font-size: 42px;
  color: #83b53b;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shipping_icone i {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shipping_icone i {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .shipping_icone i {
    font-size: 30px;
  }
}

.shipping_content h2 {
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shipping_content h2 {
    font-size: 13px;
  }
}
.shipping_content p {
  line-height: 24px;
  text-transform: capitalize;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shipping_content p {
    font-size: 12px;
  }
}

/*home four css here*/
.shipping_four .shipping_inner {
  border: 1px solid #ededed;
  padding: 35px 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shipping_four .shipping_inner {
    padding: 32px 0px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .shipping_four .shipping_inner {
    padding: 33px 0px 7px;
  }
}
.shipping_four .single_shipping {
  justify-content: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shipping_four .shipping_icone {
    margin-right: 5px;
  }
}
.shipping_four .shipping_icone i {
  color: #58d173;
}

/*testimonial css here*/
.testimonial_area {
  background: #F9F9F9;
  padding: 80px 0;
}
@media only screen and (max-width: 767px) {
  .testimonial_area {
    padding: 60px 0;
  }
}
.testimonial_area:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
}

.testimonial_container .owl-nav div {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  left: -40px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  font-size: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial_container .owl-nav div {
    left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial_container .owl-nav div {
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial_container .owl-nav div {
    left: 0;
  }
}
.testimonial_container .owl-nav div:hover {
  color: #83b53b;
}
.testimonial_container .owl-nav div.owl-next {
  right: -40px;
  left: auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial_container .owl-nav div.owl-next {
    right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial_container .owl-nav div.owl-next {
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial_container .owl-nav div.owl-next {
    right: 0;
  }
}
.testimonial_container .testimonial_thumb a img {
  width: inherit;
}

.single_testimonial {
  display: flex;
  align-items: center;
  padding: 30px;
  background: #ffffff;
}
@media only screen and (max-width: 767px) {
  .single_testimonial {
    flex-direction: column;
    padding: 20px;
  }
}

.testimonial_thumb {
  width: 190px;
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .testimonial_thumb {
    margin-right: 0;
    margin-bottom: 23px;
  }
}

.testimonial_content {
  width: 75%;
}
@media only screen and (max-width: 767px) {
  .testimonial_content {
    width: 100%;
    text-align: center;
  }
}
.testimonial_content h3 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}
.testimonial_content h3 a:hover {
  color: #83b53b;
}
.testimonial_content i {
  font-size: 40px;
  color: #ededed;
  margin-bottom: 9px;
  display: block;
}
.testimonial_content p {
  font-size: 16px;
  line-height: 24px;
}

.testimonial_two .testimonial_content h3 a:hover {
  color: #BE8658;
}
.testimonial_two .owl-nav div:hover {
  color: #BE8658;
}

.testimonial_three {
  border: 5px solid #e5e5e5;
  padding: 25px 45px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial_three {
    margin-top: 40px;
  }
}
.testimonial_three .testimonial_thumb {
  margin-right: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .testimonial_three .testimonial_thumb {
    margin-bottom: 0;
  }
}
.testimonial_three .testimonial_thumb.slick-active:not(.slick-current) {
  transform: scale(0.7);
  transform-origin: center bottom;
}
.testimonial_three .testimonial_content {
  width: 100%;
  text-align: center;
}
.testimonial_three .testimonial_content h3 {
  margin-bottom: 15px;
}
.testimonial_three .testimonial_content h3 a:hover {
  color: #AE307C;
}
.testimonial_three .testimonial_content i {
  margin-bottom: 12px;
}
.testimonial_three .testimonial_content p {
  margin-bottom: 10px;
}
.testimonial_three .slick-dots {
  text-align: center;
}
.testimonial_three .slick-dots li {
  display: inline-block;
  line-height: 0;
}
.testimonial_three .slick-dots li button {
  font-size: 0;
  width: 10px;
  height: 10px;
  background: none;
  margin: 0 5px;
  border: 1px solid #333333;
  padding: 0;
}
.testimonial_three .slick-dots li button:hover {
  border-color: #AE307C;
}
.testimonial_three .slick-dots li.slick-active button {
  border-color: #AE307C;
}

.testimonial_img_slider {
  margin-bottom: 25px;
}

/*brand css here*/
.brand_area {
  background: #F9F9F9;
}

.brand_container {
  padding: 30px 0;
  border-top: 1px solid #e5e5e5;
}
@media only screen and (max-width: 767px) {
  .brand_container {
    padding: 55px 0 58px;
  }
}
.brand_container .single_brand img {
  width: inherit;
  margin: 0 auto;
}
.brand_container:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
}
.brand_container .owl-nav div {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  left: 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  font-size: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.brand_container .owl-nav div:hover {
  color: #83b53b;
}
.brand_container .owl-nav div.owl-next {
  right: 0;
  left: auto;
}

.brand_two .owl-nav div:hover {
  color: #BE8658;
}

.brand_three {
  background: inherit;
}
.brand_three .owl-nav div:hover {
  color: #AE307C;
}

.brand_four {
  background: inherit;
}
.brand_four .brand_container {
  border: 1px solid #e5e5e5;
}
@media only screen and (max-width: 767px) {
  .brand_four .brand_container {
    padding: 30px 0;
  }
}

/*  07. footer area css here */
.footer_top {
  padding: 77px 0 67px;
  border-bottom: 1px solid #e5e5e5;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer_top {
    padding: 77px 0 75px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer_top {
    padding: 77px 0 32px;
  }
}
@media only screen and (max-width: 767px) {
  .footer_top {
    padding: 60px 0 6px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .widgets_container {
    margin-bottom: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .widgets_container {
    margin-bottom: 49px;
    text-align: center;
  }
}
.widgets_container.contact_us > a {
  margin-bottom: 25px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .widgets_container.contact_us > a {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .widgets_container.contact_us > a img {
    max-width: 120px;
  }
}
.widgets_container > h3 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: inline-block;
  line-height: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .widgets_container > h3 {
    padding-bottom: 10px;
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .widgets_container > h3 {
    margin-bottom: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .widgets_container.widget_newsletter {
    margin-bottom: 52px;
  }
}

.footer_contact {
  margin-bottom: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer_contact {
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .footer_contact {
    margin-bottom: 18px;
  }
}
.footer_contact ul li {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer_contact ul li {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer_contact ul li {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .footer_contact ul li {
    line-height: 24px;
    margin-bottom: 6px;
    font-size: 14px;
  }
}
.footer_contact ul li:last-child {
  margin-bottom: 0;
}
.footer_contact ul li i {
  font-size: 20px;
  margin-right: 15px;
  color: #83b53b;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer_contact ul li i {
    margin-right: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .footer_contact ul li i {
    margin-right: 6px;
  }
}
.footer_contact ul li span {
  font-weight: 700;
  margin-right: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer_contact ul li span {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .footer_contact ul li span {
    margin-right: 10px;
  }
}

.footer_menu ul li {
  margin-bottom: 3px;
}
.footer_menu ul li:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .footer_menu ul li {
    margin-bottom: 2px;
  }
}
.footer_menu ul li a {
  font-size: 15px;
  line-height: 28px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer_menu ul li a {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer_menu ul li a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .footer_menu ul li a {
    line-height: 27px;
    font-size: 14px;
  }
}
.footer_menu ul li a:hover {
  color: #83b53b;
}
.footer_menu ul li a i {
  margin-right: 6px;
}

.footer_social {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .footer_social {
    margin-top: 20px;
  }
}
.footer_social ul li {
  display: inline-block;
  margin-right: 10px;
}
.footer_social ul li:last-child {
  margin-right: 0;
}
.footer_social ul li a {
  width: 40px;
  height: 40px;
  line-height: 38px;
  font-size: 16px;
  display: block;
  border: 1px solid #e5e5e5;
  text-align: center;
  color:#fff;
}
.footer_social ul li a:hover {
  background: #83b53b;
  border-color: #83b53b;
  color: #ffffff;
}

.footer_social ul li a:hover {
	background: #ffffff;
    border-color: #83b53b;
    color: #83b53b;
}
.footer_social ul .facebook{
	background:#3b5998 !important;
}
.footer_social ul .twitter{
	background:#00acee !important;
}
.footer_social ul .insta{
	background:#de2b77 !important;
}
.footer_social ul .linkedin{
	background:#0e76a8 !important;
}

.footer_social ul .facebook a:hover{
	color:#3b5998 !important;
	background:#fff !important;
	border-color: inherit;
}
.footer_social ul .twitter a:hover{
	color:#3b5998 !important;
	background:#fff !important;
	border-color: inherit;
}
.footer_social ul .insta a:hover{
	color:#de2b77 !important;
	background:#fff !important;
	border-color: inherit;
}
.footer_social ul .linkedin a:hover{
	color:#3b5998 !important;
	background:#fff !important;
	border-color: inherit;
}

.single_instagram {
  width: 29%;
  display: inline-block;
  margin: 5px 3px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single_instagram {
    margin: 4px 3px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_instagram a {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .single_instagram a {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_instagram a img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .single_instagram a img {
    width: 100%;
  }
}

.footer_bottom {
  padding: 20px 0;
}
@media only screen and (max-width: 767px) {
  .footer_bottom {
    padding: 17px 0 23px;
  }
}

@media only screen and (max-width: 767px) {
  .copyright_area {
    text-align: center;
    margin-bottom: 14px;
  }
}
.copyright_area p {
  text-transform: capitalize;
}
.copyright_area p a {
  color: #83b53b;
}
.copyright_area p a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .footer_payment {
    text-align: center !important;
  }
}

/*home two css here*/
.footer_two .footer_contact ul li i {
  color: #BE8658;
}
.footer_two .footer_menu ul li a:hover {
  color: #BE8658;
}
.footer_two .newsletter_form form button {
  background: #BE8658;
}
.footer_two .newsletter_form form button:hover {
  background: #333333;
}
.footer_two .footer_social ul li a:hover {
  background: #BE8658;
  border-color: #BE8658;
}
.footer_two .copyright_area p a {
  color: #BE8658;
}

/*home three css here*/
.footer_three .footer_contact ul li i {
  color: #AE307C;
}
.footer_three .newsletter_form form button {
  background: #AE307C;
}
.footer_three .newsletter_form form button:hover {
  background: #333333;
}
.footer_three .footer_menu ul li a:hover {
  color: #AE307C;
}
.footer_three .footer_social ul li a:hover {
  background: #AE307C;
  border-color: #AE307C;
}
.footer_three .copyright_area p a {
  color: #AE307C;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer_three .footer_top {
    padding: 67px 0 22px;
  }
}
@media only screen and (max-width: 767px) {
  .footer_three .footer_top {
    padding: 27px 0 6px;
  }
}

/*home four css here*/
.footer_four .footer_contact ul li i {
  color: #58d173;
}
.footer_four .footer_menu ul li a:hover {
  color: #58d173;
}
.footer_four .newsletter_form form button {
  background: #58d173;
}
.footer_four .newsletter_form form button:hover {
  background: #333333;
}
.footer_four .footer_social ul li a:hover {
  background: #58d173;
  border-color: #58d173;
}
.footer_four .copyright_area p a {
  color: #58d173;
}

/* 10. shop page css here */
.breadcrumbs_area {
  background: #f9f9f9 url("../img/bg/bg-breadcrumb.jpg") no-repeat center;
}

.breadcrumb_content {
  padding: 75px 0;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb_content {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb_content {
    padding: 40px 0;
  }
}
.breadcrumb_content h3 {
  font-size: 36px;
  line-height: 36px;
  font-weight: 900;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .breadcrumb_content h3 {
    font-size: 30px;
    line-height: 28px;
    margin-bottom: 10px;
  }
}
.breadcrumb_content ul li {
  display: inline-block;
}
.breadcrumb_content ul li a {
  display: inline-block;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 24px;
  margin-right: 13px;
  padding-right: 23px;
  position: relative;
  color: #ffffff;
}
.breadcrumb_content ul li a:hover {
  color: #fff;
}
.breadcrumb_content ul li a::before {
  position: absolute;
  content: "";
  font-family: "Ionicons";
  right: 0;
  top: 50%;
  transform: translatey(-50%);
}
.breadcrumb_content ul li:last-child a {
  margin-right: 0;
  padding-right: 0;
}
.breadcrumb_content ul li:last-child a::before {
  display: none;
}

.shop_area {
  background: #F9F9F9;
  padding: 60px 0;
}

.sidebar_widget .single_banner {
  border: 0;
}
@media only screen and (max-width: 767px) {
  .sidebar_widget .single_banner {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .sidebar_widget .single_banner a {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .sidebar_widget .single_banner a img {
    width: 100%;
  }
}

.widget_list {
  margin-bottom: 60px;
  border: 1px solid #eaecee;
  padding: 20px;
  background: #fff;
}
.widget_list:last-child {
  margin-bottom: 0;
}
.widget_list h2 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-bottom: 15px;
  line-height: 24px;
  border-bottom: 1px solid #e5e5e5;
  letter-spacing: 1px;
  position: relative;
}
.widget_list h2::before {
  position: absolute;
  content: "";
  bottom: -2px;
  height: 2px;
  width: 70px;
  background: #83b53b;
  left: 0;
}
.widget_list > ul > li {
  position: relative;
}
.widget_list > ul > li > a {
  font-size: 14px;
  display: block;
  line-height: 40px;
}
.widget_list > ul > li > a:hover {
  color: #83b53b;
}

.widget_categories {
  padding: 0;
}
.widget_categories h2 {
  background: #83b53b;
  color: #ffffff;
  padding: 15px 20px;
  border-bottom: 0;
}
.widget_categories h2::before {
  display: none;
}
.widget_categories ul {
  padding: 0 20px 20px;
}

.ui-slider-horizontal .ui-slider-range {
  background: #333333;
  height: 4px;
}

.ui-slider-horizontal {
  height: 2px;
  background: #dbdbdb;
  border: none;
  width: 92%;
  margin: 0 auto;
  margin-bottom: 22px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  background: #83b53b;
  width: 14px;
  height: 14px;
  top: -5px;
  cursor: pointer;
  border-radius: 50%;
  border: 0;
}

.widget_list.widget_filter form {
  padding-top: 10px;
}
.widget_list.widget_filter form input {
  background: none;
  border: none;
  font-size: 12px;
  float: right;
  text-align: right;
  line-height: 31px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .widget_list.widget_filter form input {
    width: 65px;
  }
}
.widget_list.widget_filter form button {
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
  text-transform: capitalize;
  color: #ffffff;
  background: #333333;
  border: 0;
  border-radius: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.widget_list.widget_filter form button:hover {
  background: #83b53b;
}

.recent_product {
  border: 1px solid #e5e5e5;
}
.recent_product h2 {
  background: #333333;
  border-radius: 3px 3px 0 0;
  color: #ffffff;
  padding: 15px 20px;
  border-bottom: 0;
  margin-bottom: 0;
}

.recent_product_container:hover button {
  opacity: 1;
  visibility: visible;
}
.recent_product_container button {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  left: 0;
  width: 32px;
  height: 32px;
  line-height: 30px;
  font-size: 16px;
  border: 1px solid #e5e5e5;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
}
.recent_product_container button:hover {
  background: #83b53b;
  border-color: #83b53b;
  color: #ffffff;
}
.recent_product_container button.next_arrow {
  right: 0;
  left: auto;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop_sidebar_banner {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .shop_sidebar_banner {
    text-align: center;
  }
}
.shop_sidebar_banner a img:hover {
  opacity: 0.7;
}

.shop_toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #e5e5e5;
  padding: 8px 10px;
  margin: 0 0 40px;
}
@media only screen and (max-width: 767px) {
  .shop_toolbar {
    flex-direction: column-reverse;
    padding: 10px 10px 18px;
  }
}

.select_option {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .select_option {
    flex-direction: column;
  }
}
.select_option .nice-select {
  border: 0;
  height: 30px;
  line-height: 29px;
}
.select_option .nice-select ul.list {
  top: 114%;
  right: 0;
  width: 200px;
  max-height: 200px;
  overflow: auto;
}

.shop_title {
  margin-bottom: 15px;
}
.shop_title h1, .shop_title .slider_c_four h2, .slider_c_four .shop_title h2 {
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 23px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop_title h1, .shop_title .slider_c_four h2, .slider_c_four .shop_title h2 {
    line-height: 17px;
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .shop_title h1, .shop_title .slider_c_four h2, .slider_c_four .shop_title h2 {
    font-size: 20px;
    line-height: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .niceselect_option {
    margin-bottom: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .page_amount {
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .page_amount p {
    padding-left: 0;
    margin-left: 0;
    border-left: 0;
  }
}

.product_ratting ul li {
  display: inline-block;
}
.product_ratting ul li a {
  color: #83b53b;
}

@media only screen and (max-width: 767px) {
  .product_list_item .product_thumb {
    margin-bottom: 18px;
  }
}
.product_list_item .product_content h3 {
  margin-bottom: 10px;
}
.product_list_item .product_ratting {
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .pagination {
    margin-top: 19px;
  }
}
.pagination ul li {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #f1f1f1;
  border-radius: 3px;
  margin-left: 3px;
}
.pagination ul li:first-child {
  margin-left: 0;
}
.pagination ul li a {
  display: block;
  border-radius: 3px;
}
.pagination ul li a:hover {
  background: #83b53b;
  color: #ffffff;
}
.pagination ul li.current {
  background: #83b53b;
  color: #ffffff;
}
.pagination ul li.next {
  width: 40px;
}

.shop_toolbar.t_bottom {
  justify-content: center;
  margin-bottom: 0;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop_toolbar.t_bottom {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .shop_toolbar.t_bottom {
    padding: 15px 10px 15px;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .shop_toolbar.t_bottom .pagination {
    margin-top: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop_reverse .tab-content .row {
    flex-direction: row;
  }
}
@media only screen and (max-width: 767px) {
  .shop_reverse .tab-content .row {
    flex-direction: row;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .grid_view .quick_button {
    bottom: 5px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .grid_view .quick_button a {
    line-height: 37px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .grid_view .action_button ul li a {
    width: 43px;
    height: 40px;
    line-height: 38px;
  }
}
.grid_view .hover_action a {
  width: 43px;
  height: 40px;
  line-height: 38px;
}

/* shop page css here*/
.shop_banner {
  margin-bottom: 45px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop_reverse .row {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 767px) {
  .shop_reverse .row {
    flex-direction: column-reverse;
  }
}

.shop_wrapper .product_thumb {
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .shop_wrapper .product_thumb {
    text-align: center;
  }
}

.row.shop_wrapper {
  flex-direction: row;
}

.shop_toolbar_btn > button {
  margin-right: 10px;
  border: 0;
  background: inherit;
}
.shop_toolbar_btn > button.btn-grid-3 {
  background: url(../img/icon/bkg_grid.png) no-repeat scroll center center;
  width: 20px;
  height: 20px;
}
.shop_toolbar_btn > button.btn-grid-3.active {
  background: url(../img/icon/bkg_grid_hover.png) no-repeat scroll center center !important;
}
.shop_toolbar_btn > button.btn-grid-4 {
  background: url(../img/icon/bkg_grid4.png) no-repeat scroll center center;
  width: 26px;
  height: 22px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shop_toolbar_btn > button.btn-grid-4 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop_toolbar_btn > button.btn-grid-4 {
    display: none;
  }
}
.shop_toolbar_btn > button.btn-grid-4.active {
  background: url(../img/icon/bkg_grid4_hover.png) no-repeat scroll center center !important;
}
.shop_toolbar_btn > button.btn-list {
  background: url(../img/icon/bkg_list.png) no-repeat scroll center center;
  width: 20px;
  height: 20px;
}
.shop_toolbar_btn > button.btn-list.active {
  background: url(../img/icon/bkg_list_hover.png) no-repeat scroll center center !important;
}

.product_content.list_content {
  display: none;
}
.product_content.list_content .action_links {
  position: inherit;
  opacity: inherit;
  visibility: inherit;
}
.product_content.list_content .action_links ul {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .product_content.list_content .action_links ul {
    justify-content: center;
  }
}
.product_content.list_content .action_links ul li {
  margin-bottom: 0;
  margin-right: 10px;
}
.product_content.list_content .action_links ul li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 479px) {
  .product_content.list_content .action_links ul li {
    margin-right: 5px;
  }
}
.product_content.list_content .action_links ul li.add_to_cart a {
  width: inherit;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 25px;
  color: #ffffff;
  background: #333333;
  border-color: #333333;
}
.product_content.list_content .action_links ul li.add_to_cart a:hover {
  background: #83b53b;
  color: #ffffff;
}
@media only screen and (max-width: 479px) {
  .product_content.list_content .action_links ul li.add_to_cart a {
    font-size: 12px;
    padding: 0 6px;
  }
}
.product_content.list_content .action_links ul li a {
  background: inherit;
  color: #333333;
  border: 2px solid #e5e5e5;
  line-height: 48px;
}
.product_content.list_content .action_links ul li a:hover {
  color: #83b53b;
  border-color: #83b53b;
}
@media only screen and (max-width: 479px) {
  .product_content.list_content .action_links ul li a {
    line-height: 39px;
    width: 38px;
    height: 43px;
    font-size: 16px;
  }
}

.grid_list .product_content.grid_content {
  display: none;
}

.grid_list .product_content.list_content {
  display: block;
  width: 66.66666667%;
  margin-left: 10px;
  text-align: left;
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .grid_list .product_content.list_content {
    flex: 0 0 100%;
    min-width: 100%;
    margin-left: 0;
    text-align: center;
  }
}
.grid_list .product_content.list_content .product_name h3 {
  margin: 0 0 12px;
}
.grid_list .product_content.list_content .product_ratings {
  margin-bottom: 8px;
}
.grid_list .product_content.list_content .price_box {
  margin-bottom: 15px;
}
.grid_list .product_content.list_content .product_desc {
  margin-top: 16px;
}

.grid_list .single_product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .grid_list .single_product {
    flex-direction: column;
    padding: 10px 18px 18px 18px;
  }
}
.grid_list .single_product:hover .action_links ul li a {
  transform: inherit;
}

.grid_list .product_thumb {
  margin-bottom: 0;
  width: 33.33333333%;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .grid_list .product_thumb {
    flex: 0 0 41.666667%;
    width: 41.666667%;
  }
}
@media only screen and (max-width: 767px) {
  .grid_list .product_thumb {
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 25px;
  }
}
.grid_list .product_thumb .action_links {
  display: none;
}

.col-cust-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: max-width;
  padding-right: 15px;
  padding-left: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .col-cust-5 {
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
  }
}
@media only screen and (max-width: 767px) {
  .col-cust-5 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 479px) {
  .col-cust-5 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.shop_wrapper > div {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.shop_toolbar_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #ddd;
  padding: 8px 10px;
  margin: 0 0 30px;
}
@media only screen and (max-width: 767px) {
  .shop_toolbar_wrapper {
    flex-direction: column;
    padding: 15px 10px 5px;
  }
}

@media only screen and (max-width: 767px) {
  .shop_toolbar_btn {
    margin-bottom: 20px;
  }
}

.shop_wrapper .single_product {
  position: relative;
}
.shop_wrapper .label_product {
  bottom: 40px;
}
.shop_wrapper.grid_list .single_product {
  padding: 10px 20px;
}
@media only screen and (max-width: 767px) {
  .shop_wrapper.grid_list .single_product {
    padding: 10px 20px 20px;
  }
}
.shop_wrapper.grid_4 .price_box span.current_price {
  font-size: 15px;
  margin-right: 3px;
}
.shop_wrapper.grid_4 .price_box span.old_price {
  font-size: 14px;
}
.shop_wrapper.grid_4 .action_links ul li.wishlist a {
  width: 37px;
  height: 37px;
  line-height: 37px;
}
.shop_wrapper.grid_4 .action_links ul li.add_to_cart a {
  padding: 0 14px;
  line-height: 36px;
}

/* shop page css end*/
/*shop fullwidth css here*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop_fullwidth .shop_toolbar.t_bottom {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .shop_fullwidth .shop_toolbar.t_bottom {
    margin-bottom: 0;
  }
}

/* 15. product details css here */
.product_container {
  background: #F9F9F9;
  padding: 60px 0;
}

.product_container_inner {
  background: #ffffff;
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .product_container_inner {
    padding: 30px 15px;
  }
}

#img-1 {
  border: 1px solid #e5e5e5;
  text-align:center;
}

.header_product {
  border-bottom: 1px solid #e5e5e5;
}

.product_d_right h1, .product_d_right .slider_c_four h2, .slider_c_four .product_d_right h2 {
  text-transform: capitalize;
  line-height: 20px;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 18px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product_d_right h1, .product_d_right .slider_c_four h2, .slider_c_four .product_d_right h2 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .product_d_right h1, .product_d_right .slider_c_four h2, .slider_c_four .product_d_right h2 {
    margin-bottom: 17px;
    font-size: 16px;
  }
}
.product_d_right .product_rating {
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .product_d_right .product_rating {
    margin-bottom: 12px;
  }
}
.product_d_right .product_rating ul li.review a {
  margin-left: 10px;
  color: #333333;
}
.product_d_right .product_rating ul li.review a:hover {
  color: #83b53b;
}
.product_d_right .price_box {
  margin-bottom: 14px;
}
@media only screen and (max-width: 767px) {
  .product_d_right .price_box {
    margin-bottom: 9px;
  }
}
.product_d_right .price_box span.current_price {
  font-size: 23px;
}
.product_d_right .price_box span.old_price {
  font-size: 20px;
}
.product_d_right .product_desc {
  margin-bottom: 19px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e5e5e5;
}
@media only screen and (max-width: 767px) {
  .product_d_right .product_desc {
    margin-bottom: 15px;
    padding-bottom: 18px;
  }
}
.product_d_right .product_desc::before {
  display: none;
}
.product_d_right .product_desc p {
  font-size: 14px;
  line-height: 26px;
}
.product_d_right .action_links {
  margin-bottom: 18px;
}
.product_d_right .action_links ul li {
  margin-right: 8px;
}
.product_d_right .action_links ul li.add_to_cart a {
  background: #83b53b;
  border-color: #83b53b;
  color: #ffffff;
  padding: 0 27px;
}
.product_d_right .action_links ul li.add_to_cart a:hover {
  background: #333333;
  border-color: #333333;
}
.product_d_right .priduct_social ul li {
  display: inline-block;
  margin-right: 7px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product_d_right .priduct_social ul li {
    margin-right: 3px;
  }
}
@media only screen and (max-width: 767px) {
  .product_d_right .priduct_social ul li {
    margin-right: 0;
  }
}
.product_d_right .priduct_social ul li:last-child {
  margin-right: 0;
}
.product_d_right .priduct_social ul li a {
  color: #fff;
  font-size: 12px;
  line-height: 24px;
  padding: 0 8px;
  border-radius: 3px;
  text-transform: capitalize;
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product_d_right .priduct_social ul li a {
    padding: 0 6px;
  }
}
@media only screen and (max-width: 767px) {
  .product_d_right .priduct_social ul li a {
    padding: 0 4px;
  }
}
.product_d_right .priduct_social ul li a:hover {
  opacity: 0.8;
}
.product_d_right .priduct_social ul li a.facebook {
  background: #3B5999;
}
.product_d_right .priduct_social ul li a.twitter {
  background: #1DA1F2;
}
.product_d_right .priduct_social ul li a.pinterest {
  background: #CB2028;
}
.product_d_right .priduct_social ul li a.google-plus {
  background: #fe6d4c;
}
.product_d_right .priduct_social ul li a.linkedin {
  background: #010103;
}

.product_nav {
  float: right;
  position: relative;
  top: -46px;
}
@media only screen and (max-width: 767px) {
  .product_nav {
    display: none;
  }
}
.product_nav ul li {
  display: inline-block;
  margin-left: 3px;
}
.product_nav ul li:first-child {
  margin-left: 0;
}
.product_nav ul li a {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  display: block;
  font-size: 15px;
  height: 30px;
  width: 30px;
  line-height: 28px;
  text-align: center;
}
.product_nav ul li a:hover {
  background: #83b53b;
  border-color: #83b53b;
  color: #ffffff;
}

.product_variant.quantity {
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .product_variant.quantity {
    margin-bottom: 16px;
  }
}
.product_variant.quantity label {
  color: #3E444A;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 14px;
  margin-bottom: 0;
}
.product_variant.quantity input {
  width: 118px;
  border: 1px solid #ebebeb;
  background: none;
  height: 42px;
  padding: 0 20px;
  border-radius: 5px;
  margin-left: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product_variant.quantity input {
    width: 110px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product_variant.quantity input {
    width: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .product_variant.quantity input {
    width: 65px;
    margin-left: 10px;
  }
}
.product_variant.color {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .product_variant.color {
    margin-bottom: 18px;
  }
}
.product_variant.color h3 {
  font-weight: 500;
  text-transform: capitalize;
  font-size: 18px;
  margin-bottom: 0;
  margin-right: 40px;
}
.product_variant.color label {
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
}
.product_variant.color ul li {
  display: inline-block;
  padding: 2px;
  border: 1px solid #ccc;
  margin-right: 5px;
}
.product_variant.color ul li:hover {
  border-color: #E88888;
}
.product_variant.color ul li:last-child {
  margin-right: 0;
}
.product_variant.color ul li a {
  width: 30px;
  height: 30px;
  display: block;
}
.product_variant.color ul li.color1 a {
  background: #000000;
}
.product_variant.color ul li.color2 a {
  background: #BEBEBE;
}
.product_variant.color ul li.color3 a {
  background: #FE0000;
}
.product_variant.color ul li.color4 a {
  background: #FFFF01;
}
.product_variant.size {
  margin-bottom: 30px;
}
.product_variant.size label {
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
}
.product_variant.size .niceselect_option {
  float: inherit;
  max-width: 200px;
}

.product_meta {
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .product_meta {
    margin-bottom: 15px;
  }
}
.product_meta span {
  font-weight: 500;
  color: #242424;
}
.product_meta span a {
  color: #333333;
  margin-left: 10px;
  font-weight: 400;
}

.product_info_button {
  background: #f3f3f3;
  padding: 15px 0;
  margin-bottom: 22px;
}
.product_info_button ul {
  justify-content: center;
}
.product_info_button ul li a {
  display: block;
  float: left;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 25px;
  line-height: 22px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .product_info_button ul li a {
    font-size: 15px;
    padding: 6px 25px;
  }
}
.product_info_button ul li a.active {
  color: #83b53b;
}
.product_info_button ul li a:hover {
  color: #83b53b;
}

.product_review_form button {
  border: none;
  background: #333333;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  padding: 5px 15px;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  margin-top: 20px;
  border-radius: 5px;
}
.product_review_form button:hover {
  background: #83b53b;
  color: #ffffff;
}

.product_info_content p {
  line-height: 28px;
}

.product_d_table {
  padding: 10px 0 22px;
}
.product_d_table table {
  border-top: 1px solid #ddd;
  width: 100%;
}
.product_d_table table tbody tr {
  border-bottom: 1px solid #ddd;
}
.product_d_table table tbody tr td {
  padding: 7px 17px;
}
.product_d_table table tbody tr td:first-child {
  border-right: 1px solid #ddd;
  width: 30%;
  font-weight: 700;
}

.product_info_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}
.product_info_inner .product_ratting {
  margin-bottom: 10px;
}
.product_info_inner .product_ratting p {
  margin-bottom: 5px;
}
.product_info_inner .product_ratting strong {
  margin-top: 10px;
  display: block;
  margin-bottom: 8px;
}

.reviews_wrapper h2 {
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
}
.reviews_wrapper .product_ratting {
  margin-bottom: 20px;
}
.reviews_wrapper .product_ratting h3 {
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
}

.comment_title {
  margin-bottom: 20px;
}

.product_review_form input {
  border: 1px solid #ddd;
  background: none;
  width: 100%;
  height: 40px;
  padding: 0 20px;
}
.product_review_form textarea {
  border: 1px solid #ddd;
  background: none;
  height: 120px;
  resize: none;
  width: 100%;
  margin-bottom: 14px;
  padding: 0 20px;
}
.product_review_form p {
  margin-bottom: 7px;
}

.star_rating {
  float: right;
}
.star_rating ul li {
  display: inline-block;
}
.star_rating ul li a {
  color: #83b53b;
}

.reviews_comment_box {
  display: flex;
  margin-bottom: 22px;
}
.reviews_comment_box .comment_text {
  width: 100%;
  border: 1px solid #e5e5e5;
  position: relative;
  margin-left: 21px;
  padding: 12px;
  border-radius: 3px;
}
.reviews_comment_box .comment_text::before {
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  content: "";
  display: block;
  height: 10px;
  left: -6px;
  position: absolute;
  top: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 10px;
}

.reviews_meta p {
  font-size: 15px;
  margin-bottom: 15px;
}
.reviews_meta p strong {
  text-transform: uppercase;
  font-weight: 500;
}

.s-tab-zoom.owl-carousel .owl-nav {
  display: block;
}
.s-tab-zoom.owl-carousel .owl-nav div {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  width: 32px;
  height: 32px;
  border: 1px solid #e5e5e5;
  background: #ffffff;
  border-radius: 100%;
  transform: translatey(-50%);
  text-align: center;
  line-height: 30px;
  left: -7px;
  font-size: 18px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.s-tab-zoom.owl-carousel .owl-nav div:hover {
  background: #83b53b;
  border-color: #83b53b;
  color: #ffffff;
}
.s-tab-zoom.owl-carousel .owl-nav div.owl-next {
  right: -7px;
  left: auto;
}

@media only screen and (max-width: 767px) {
  .product-details-tab {
    margin-bottom: 57px;
  }
}
.product-details-tab:hover .s-tab-zoom.owl-carousel .owl-nav div {
  opacity: 1;
  visibility: visible;
}

.single-zoom-thumb {
  margin-top: 20px !important;
  width: 80%;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-zoom-thumb {
    width: 85%;
  }
}
@media only screen and (max-width: 767px) {
  .single-zoom-thumb {
    width: 101%;
  }
}
.single-zoom-thumb ul li {
  border: 1px solid #ddd;
}
.single-zoom-thumb ul li a {
  width: 100%;
}

.special_products .title_style4 h2 {
  margin-bottom: 0;
}
.special_products .single_product {
  margin-bottom: 0;
}

.upsell_products .title_style4 h2 {
  margin-bottom: 0;
}
.upsell_products .single_product {
  margin-bottom: 0;
}

/* 12. product grouped css here */
.grouped_form {
  border: 1px solid #e5e5e5;
  margin-bottom: 25px;
  margin-top: 27px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .grouped_form {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .grouped_form {
    margin-bottom: 17px;
    margin-top: 17px;
  }
}
.grouped_form table {
  width: 100%;
}
.grouped_form table tbody tr {
  border-bottom: 1px solid #e5e5e5;
}
.grouped_form table tbody tr td {
  border-right: 1px solid #ddd;
  padding: 11px 5px;
  text-align: center;
}
.grouped_form table tbody tr td input[type=checkbox] {
  width: 20px;
  height: 21px;
}
.grouped_form table tbody tr td input[type=number] {
  width: 50px;
  background: inherit;
  border: 1px solid #e5e5e5;
  padding: 0 5px;
  height: 40px;
}
.grouped_form table tbody tr td.grouped-product-list.quantity {
  min-width: 80px;
  text-align: center;
  line-height: 12px;
}
.grouped_form table tbody tr td.grouped-product-list.label {
  min-width: 188px;
  font-weight: 600;
  font-size: 14px;
}
.grouped_form table tbody tr td.grouped-product-list.label a:hover {
  color: #83b53b;
}
.grouped_form table tbody tr td.grouped-product-list.price {
  font-size: 14px;
  font-weight: 600;
  min-width: 190px;
}
.grouped_form table tbody tr td.grouped-product-list.price p {
  font-size: 12px;
  font-weight: 600;
  position: relative;
}
.grouped_form table tbody tr td.grouped-product-list.price p::before {
  color: #BE8658;
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 1em;
  position: absolute;
  top: 0;
  left: 40px;
}

.grouped_form table tbody tr td:last-child {
  border-right: 0;
}

.grouped_form table tbody tr:last-child {
  border-bottom: 0;
}

.box_quantity.group button {
  margin-left: 0;
}

/*product grouped css end*/
/*variabla product css here*/
.p_section1.related_product .slick-list {
  padding-bottom: 144px !important;
  margin-bottom: -135px;
}

.variable_product .niceselect_option .list {
  width: 100%;
}

.product_d_meta {
  margin-bottom: 20px;
}
.product_d_meta span {
  display: block;
  line-height: 18px;
  margin-bottom: 17px;
  font-size: 14px;
  font-weight: 400;
}
.product_d_meta span:last-child {
  margin-bottom: 0;
}
.product_d_meta span a:hover {
  color: #83b53b;
}

/*product sidebar css here*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product_sidebar .row {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 767px) {
  .product_sidebar .row {
    flex-direction: column-reverse;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product_sidebar .widget_list h2 {
    font-size: 13px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product_sidebar .product_section .row {
    flex-direction: row;
  }
}
@media only screen and (max-width: 767px) {
  .product_sidebar .product_section .row {
    flex-direction: row;
  }
}
.product_sidebar .product_desc p {
  width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product_sidebar .action_button ul li a {
    width: 40px;
    height: 35px;
    line-height: 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product_sidebar .quick_button {
    bottom: 12px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product_sidebar .quick_button a {
    line-height: 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product_sidebar .hover_action a {
    width: 40px;
    height: 35px;
    line-height: 35px;
  }
}
.product_sidebar .product_variant.quantity input {
  width: 90px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product_sidebar .product_variant.quantity input {
    width: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product_sidebar .product_variant.quantity input {
    width: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .product_sidebar .product_variant.quantity input {
    width: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .product_sidebar .product-details-tab {
    margin-bottom: 0;
  }
}
.product_sidebar .price_box span.current_price {
  font-size: 16px;
}
.product_sidebar .price_box span.old_price {
  font-size: 15px;
}
.product_sidebar .price_box span.regular_price {
  font-size: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product_sidebar .sidebar_widget {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .product_sidebar .sidebar_widget {
    margin-top: 60px;
  }
}

.footer_widgets.sidebar_widgets .footer_top {
  padding-bottom: 0;
  border-bottom: 0;
}
.footer_widgets.sidebar_widgets .footer_top_inner {
  padding: 56px 0 52px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer_widgets.sidebar_widgets .footer_top_inner {
    padding: 56px 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .footer_widgets.sidebar_widgets .footer_top_inner {
    padding: 56px 0 35px;
  }
}

.product_right_sidebar {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .product_right_sidebar .product-details-tab {
    margin-bottom: 55px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product_right_sidebar .row {
    flex-direction: row;
  }
}
@media only screen and (max-width: 767px) {
  .product_right_sidebar .row {
    flex-direction: row;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product_right_sidebar .product_d_right h1, .product_right_sidebar .product_d_right .slider_c_four h2, .slider_c_four .product_right_sidebar .product_d_right h2 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product_right_sidebar .priduct_social ul li {
    margin-right: 4px;
  }
}

/* 13. cart page css here */
.shopping_cart_area {
  background: #F9F9F9;
  padding: 60px 0;
}

.header_cart_page {
  border-bottom: 1px solid #e5e5e5;
}

.other_bread {
  padding-top: 41px;
  padding-bottom: 41px;
}

.table_desc {
  border: 1px solid #e5e5e5;
  margin-bottom: 60px;
  margin-top: 2px;
}
.table_desc .cart_page table {
  width: 100%;
}
.table_desc .cart_page table thead tr th {
  border-bottom: 3px solid #83b53b;
  border-right: 1px solid #e5e5e5;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 10px;
  text-align: center;
}
.table_desc .cart_page table tbody tr td {
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  text-align: center;
  padding: 10px;
}
.table_desc .cart_page table tbody tr td.product_remove {
  min-width: 100px;
}
.table_desc .cart_page table tbody tr td.product_remove a {
  font-size: 20px;
  color: #83b53b;
}
.table_desc .cart_page table tbody tr td.product_remove a:hover {
  color: #333333;
}
.table_desc .cart_page table tbody tr td.product_thumb {
  max-width: 180px;
}
.table_desc .cart_page table tbody tr td.product_name {
  min-width: 180px;
}
.table_desc .cart_page table tbody tr td.product_name a {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
}
.table_desc .cart_page table tbody tr td.product_name a:hover {
  color: #83b53b;
}
.table_desc .cart_page table tbody tr td.product-price {
  min-width: 130px;
  font-size: 16px;
  font-weight: 500;
}
.table_desc .cart_page table tbody tr td.product_quantity {
  min-width: 180px;
}
.table_desc .cart_page table tbody tr td.product_quantity label {
  font-weight: 600;
  margin-right: 5px;
}
.table_desc .cart_page table tbody tr td.product_quantity input {
  width: 60px;
  height: 40px;
  padding: 0 5px 0 10px;
  background: none;
  border: 1px solid #e5e5e5;
}
.table_desc .cart_page table tbody tr td .product_total {
  min-width: 120px;
}

.cart_page table thead tr:last-child th, .table_desc table tbody tr td:last-child {
  border-right: 0;
}

.cart_submit {
  text-align: right;
  padding: 12px;
}
.cart_submit button {
  background: #333333;
  border: 0;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  height: 38px;
  line-height: 18px;
  padding: 10px 15px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 3px;
}
.cart_submit button:hover {
  background: #83b53b;
}

.coupon_inner {
  padding: 10px 20px 25px;
}
.coupon_inner p {
  font-size: 13px;
  margin-bottom: 20px;
}
.coupon_inner button {
  background: #333333;
  border: 0;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  height: 38px;
  line-height: 18px;
  padding: 10px 15px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 3px;
}
.coupon_inner button:hover {
  background: #83b53b;
}
.coupon_inner input {
  border: 1px solid #e5e5e5;
  height: 42px;
  background: none;
  padding: 0 20px;
  margin-right: 20px;
  font-size: 12px;
  color: #333333;
}
@media only screen and (max-width: 767px) {
  .coupon_inner input {
    margin-bottom: 24px;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .coupon_inner input {
    margin-bottom: 24px;
    width: 100%;
  }
}
.coupon_inner a {
  display: block;
  text-align: right;
  color: #83b53b;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
  border-radius: 3px;
}

.coupon_code {
  border: 1px solid #e5e5e5;
}
@media only screen and (max-width: 767px) {
  .coupon_code.left {
    margin-bottom: 59px;
  }
}
.coupon_code h3 {
  color: #ffffff;
  line-height: 36px;
  padding: 5px 15px;
  background: #333333;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .coupon_code h3 {
    line-height: 28px;
    padding: 5px 15px;
    font-size: 15px;
  }
}

.cart_subtotal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cart_subtotal p {
  font-weight: 600;
  font-size: 14px;
}
.cart_subtotal p.cart_amount {
  font-size: 18px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .cart_subtotal p.cart_amount {
    font-size: 14px;
  }
}
.cart_subtotal p span {
  margin-right: 30px;
}

.checkout_btn {
  text-align: right;
}
.checkout_btn a {
  background: #83b53b;
  color: #ffffff;
  font-size: 16px;
  padding: 3px 14px;
  line-height: 30px;
  font-weight: 500;
  display: inline-block;
  text-transform: capitalize;
  margin-bottom: 0;
}
.checkout_btn a:hover {
  background: #333333;
}

.footer_widgets.other_widgets .footer_top {
  padding-bottom: 0;
  border-bottom: 0;
}
.footer_widgets.other_widgets .footer_top_inner {
  padding: 55px 0 53px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer_widgets.other_widgets .footer_top_inner {
    padding: 55px 0 59px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer_widgets.other_widgets .footer_top_inner {
    padding: 55px 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .footer_widgets.other_widgets .footer_top_inner {
    padding: 55px 0 35px;
  }
}

/*cart page css end*/
/* 14. checkout page css here */
.Checkout_section {
  background: #F9F9F9;
  padding: 60px 0;
}

.user-actions {
  margin-bottom: 20px;
}
.user-actions h3 {
  font-size: 13px;
  font-weight: 400;
  background-color: #ffffff;
  padding: 15px 10px;
  border-top: 3px solid #83b53b;
  margin-bottom: 0;
}
.user-actions h3 a {
  color: #83b53b;
}

.checkout_info {
  border: 1px solid #e5e5e5;
  margin-top: 25px;
  padding: 20px 30px;
}
.checkout_info p {
  margin-bottom: 15px;
}
.checkout_info a {
  color: #83b53b;
  margin-top: 15px;
  display: block;
}

.form_group {
  margin-bottom: 20px;
}
.form_group label {
  font-size: 14px;
  display: block;
  line-height: 18px;
}
.form_group input {
  border: 1px solid #e5e5e5;
  background: none;
  height: 45px;
  width: 350px;
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  .form_group input {
    width: 100%;
  }
}
.form_group button {
  display: inline-block;
  width: 80px;
  background: #333333;
  border: 0;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-right: 20px;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  border-radius: 3px;
}
.form_group button:hover {
  background: #83b53b;
}

.form_group input[type=checkbox] {
  width: 15px;
  height: 15px;
  margin-right: 10px;
  position: relative;
  top: 3px;
}

.form_group.group_3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.form_group.group_3 label {
  margin-bottom: 0;
  line-height: 34px;
  cursor: pointer;
}
.form_group.group_3 label:hover {
  color: #83b53b;
}

#checkout_coupon input {
  background: none;
  border: 1px solid #e5e5e5;
  width: 200px;
  height: 45px;
  font-size: 12px;
  padding: 0 20px;
  color: #333333;
}
#checkout_coupon button {
  width: 130px;
  background: #333333;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 0;
  height: 45px;
  line-height: 45px;
  border-radius: 3px;
  margin-left: 5px;
}
@media only screen and (max-width: 767px) {
  #checkout_coupon button {
    margin-top: 20px;
  }
}
#checkout_coupon button:hover {
  background: #83b53b;
}

.mb-20 {
  margin-bottom: 20px;
}

.checkout_form h3 {
  font-size: 16px;
  line-height: 30px;
  padding: 5px 10px;
  text-transform: uppercase;
  color: #ffffff;
  background: #333333;
  font-weight: 500;
}
.checkout_form input {
  border: 1px solid #e5e5e5;
  background: none;
  height: 40px;
  width: 100%;
  padding: 0 20px;
  color: #333333;
}
.checkout_form .nice-select {
  width: 100%;
}
.checkout_form .nice-select ul.list {
  width: 100%;
  height: 180px;
  overflow: auto;
}
.checkout_form .nice-select::after {
  top: 56%;
}
.checkout_form label {
  font-weight: 600;
}
.checkout_form label span {
  color: #83b53b;
}
.checkout_form label.righ_0 {
  cursor: pointer;
  font-size: 15px;
  line-height: 27px;
  padding: 5px 10px;
  text-transform: capitalize;
  color: #ffffff;
  background: #333333;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 0;
  border-radius: 5px;
}
@media only screen and (max-width: 767px) {
  .checkout_form label.righ_0 {
    font-size: 13px;
    line-height: 25px;
    padding: 3px 10px;
  }
}
.checkout_form label.righ_0:hover {
  background: #83b53b;
}

.checkout_form input[type=checkbox] {
  width: 15px;
  height: 15px;
  position: relative;
  top: 2px;
  margin-right: 10px;
}

.order_button button {
  cursor: pointer;
  font-size: 16px;
  line-height: 30px;
  padding: 5px 10px;
  text-transform: capitalize;
  color: #ffffff;
  background: #83b53b;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 0;
  border-radius: 5px;
}
.order_button button:hover {
  background: #333333;
}

@media only screen and (max-width: 767px) {
  .order-notes {
    margin-bottom: 58px;
  }
}
.order-notes textarea {
  border: 1px solid #e5e5e5;
  border-radius: 0;
  height: 45px;
  max-width: 100%;
  padding: 0 30px 0 20px;
  background: none;
  font-size: 13px;
  resize: none;
  line-height: 45px;
  width: 100%;
  color: #333333;
}
.order-notes label {
  line-height: 13px;
}

.order_table {
  margin-bottom: 35px;
}
.order_table table {
  width: 100%;
}
.order_table table thead tr th {
  min-width: 50%;
  text-align: center;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}
.order_table table tbody tr td {
  min-width: 50%;
  text-align: center;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}
.order_table table tfoot tr th {
  min-width: 50%;
  text-align: center;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}
.order_table table tfoot tr td {
  min-width: 50%;
  text-align: center;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}

.panel-default input[type=radio] {
  width: 15px;
  height: 15px;
  position: relative;
  top: 2px;
  margin-right: 10px;
}

.panel-default img {
  width: 160px;
}

.order_button button {
  border: 0;
}

.card-body1 {
  margin-bottom: 15px;
}

/*checkout page css end*/
/* 22. wishlist css here */
.wishlist_area {
  background: #F9F9F9;
  padding: 60px 0;
}

.table_desc.wishlist table tbody tr:last-child td {
  border-bottom: 0;
}

.table_desc.wishlist table tbody tr td.product_total a {
  background: #83b53b;
  font-size: 12px;
  font-weight: 700;
  height: 38px;
  line-height: 18px;
  padding: 10px 20px;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 3px;
}
.table_desc.wishlist table tbody tr td.product_total a:hover {
  background: #333333;
}

.wishlist_share {
  text-align: center;
  padding: 20px 0;
  border: 1px solid #e5e5e5;
}
.wishlist_share h4 {
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
}
.wishlist_share ul li {
  display: inline-block;
}
.wishlist_share ul li a {
  padding: 0 10px;
  display: block;
}
.wishlist_share ul li a:hover {
  color: #83b53b;
}

/*wishlist css end*/
/* 15. contact page css here */
.home_contact_wrapper {
  background: #F9F9F9;
  padding: 60px 0;
}

.contact_message h3 {
  font-size: 21px;
  text-transform: capitalize;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact_message h3 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .contact_message h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.contact_message p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
}
.contact_message ul li {
  padding: 13px 0;
  border-top: 1px solid #e5e5e5;
}
.contact_message ul li:last-child {
  padding-bottom: 0;
}
.contact_message ul li i {
  margin-right: 10px;
}
.contact_message ul li a {
  color: #83b53b;
}
.contact_message ul li a:hover {
  color: #333333;
}
.contact_message label {
  line-height: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
.contact_message input {
  border: 1px solid #e5e5e5;
  height: 45px;
  background: #ffffff;
  width: 100%;
  padding: 0 20px;
  color: #333333;
}
.contact_message textarea {
  height: 170px;
  border: 1px solid #e5e5e5;
  background: #ffffff;
  resize: none;
  margin-bottom: 20px;
  width: 100%;
  padding: 10px 20px;
  color: #333333;
}
.contact_message button {
  font-weight: 400;
  height: 42px;
  line-height: 42px;
  padding: 0 30px;
  text-transform: capitalize;
  border: none;
  background: #333333;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 4px;
}
.contact_message button:hover {
  background: #83b53b;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact_message.content {
    margin-bottom: 52px;
  }
}
@media only screen and (max-width: 767px) {
  .contact_message.content {
    margin-bottom: 52px;
  }
}
.contact_message.form p.form-messege {
  margin-bottom: 0;
}

.contact_map {
  margin-bottom: 57px;
}

.map-area #googleMap {
  height: 460px;
  width: 100%;
}

/*contact page css end*/
/* 17. login page css here */
.customer_login {
  background: #F9F9F9;
  padding: 58px 0 60px;
}

.account_form h2 {
  font-size: 28px;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .account_form h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.account_form form {
  border: 1px solid #e5e5e5;
  padding: 23px 20px 29px;
  border-radius: 5px;
}
.account_form label {
  font-size: 15px;
  font-weight: 400;
  cursor: pointer;
  line-height: 12px;
  margin-bottom: 12px;
}
.account_form label:hover {
  color: #83b53b;
}
.account_form input {
  border: 1px solid #e5e5e5;
  height: 40px;
  max-width: 100%;
  padding: 0 20px;
  background: none;
  width: 100%;
}
.account_form button {
  background: #83b53b;
  border: 0;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  height: 34px;
  line-height: 21px;
  padding: 5px 20px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-left: 20px;
  border-radius: 20px;
}
.account_form button:hover {
  background: #333333;
}

.login_submit label input[type=checkbox] {
  width: 15px;
  height: 13px;
  margin-right: 3px;
}

.login_submit {
  text-align: right;
}
.login_submit a {
  font-size: 13px;
  float: left;
  line-height: 39px;
}
.login_submit a:hover {
  color: #83b53b;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .login_submit a {
    float: none;
    line-height: 18px;
    display: block;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .login_submit a {
    float: none;
    line-height: 18px;
    display: block;
    margin-bottom: 20px;
  }
}

.account_form p {
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .account_form.register {
    margin-top: 57px;
  }
}

/*login page css end */
/* 16. faq page css here */
.faq_area {
  background: #F9F9F9;
  padding: 57px 0 60px;
}

.faq_content_area {
  padding-bottom: 56px;
}

.card.card_dipult {
  border: none;
  margin-bottom: 10px;
}

.card.card_dipult:last-child {
  margin-bottom: 0;
}

.card-header.card_accor {
  padding: 0;
  border: none;
}
.card-header.card_accor button {
  height: 45px;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  white-space: initial;
}
@media only screen and (max-width: 767px) {
  .card-header.card_accor button {
    height: 60px;
  }
}
.card-header.card_accor button i {
  position: absolute;
  top: 50%;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  right: 20px;
}
@media only screen and (max-width: 767px) {
  .card-header.card_accor button i {
    right: 10px;
  }
}
.card-header.card_accor button.btn-link {
  width: 100%;
  text-align: left;
  color: #333333;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #e5e5e5;
}
.card-header.card_accor button.btn-link.collapsed {
  background: #f2f2f2;
  border: 1px solid #e5e5e5;
  width: 100%;
  text-align: left;
}

.card-header.card_accor button.btn-link i.fa-plus {
  display: none;
}

.card-header.card_accor button.btn-link.collapsed i.fa-plus {
  display: block;
}

.card-header.card_accor button.btn-link.collapsed i.fa-minus {
  display: none;
}

.faq_content_wrapper h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 18px;
}
@media only screen and (max-width: 767px) {
  .faq_content_wrapper h4 {
    font-size: 14px;
    line-height: 24px;
  }
}

/*faq page css end*/
/*  18. my account css here */
.main_content_area {
  background: #F9F9F9;
  padding: 60px 0 55px;
}

@media only screen and (max-width: 767px) {
  .dashboard_tab_button {
    margin-bottom: 20px;
  }
}
.dashboard_tab_button ul li {
  margin-bottom: 5px;
}
.dashboard_tab_button ul li a {
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
  text-transform: capitalize;
  background: #333333;
  border-radius: 3px;
}
.dashboard_tab_button ul li a:hover {
  background: #83b53b;
  color: #ffffff;
}
.dashboard_tab_button ul li a.active {
  background: #83b53b;
}

.dashboard_content h3 {
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 15px;
}
.dashboard_content h4 {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 500;
  margin-bottom: 10px;
  margin-top: 10px;
}
.dashboard_content button {
  color: #83b53b;
  font-weight: 500;
  border: 0;
  background: inherit;
}
.dashboard_content button:hover {
  color: #333333;
}
.dashboard_content p a {
  color: #83b53b;
  font-weight: 500;
}

.table-responsive table thead {
  background: #f2f2f2;
}
.table-responsive table thead tr th {
  text-align: center;
}
.table-responsive table tbody tr td {
  border-right: 1px solid #e5e5e5;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 14px;
  text-align: center;
  min-width: 150px;
}
.table-responsive table tbody tr td:last-child a:hover {
  color: #83b53b;
}
.table-responsive .table {
  border-left: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}

.dashboard_content address {
  font-weight: 500;
}

.input-radio span input[type=radio], .account_login_form form span input[type=checkbox] {
  width: 15px;
  height: 15px;
  margin-right: 2px;
  position: relative;
  top: 2px;
}

.input-radio span {
  font-weight: 500;
  padding-right: 10px;
}

.account_login_form form input {
  border: 1px solid #ddd;
  background: none;
  height: 40px;
  margin-bottom: 20px;
  width: 100%;
  padding: 0 20px;
  color: #333333;
}
.tags{
	border: 1px solid;
    padding: 0px 5px 2px 5px;
    margin-right: 5px;
	border-radius: 3px;
}

/*my account css end*/
/* 10. about page css here */
/*home about css here*/
.home_about_section {
  background: url(../img/bg/banner12.jpg) no-repeat scroll center center/cover;
}
@media only screen and (max-width: 767px) {
  .home_about_section {
    margin-bottom: 58px;
    height: none;
  }
}

.home_about_container {
  padding: 110px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .home_about_container {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home_about_container {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 767px) {
  .home_about_container {
    padding: 60px 0;
  }
}

.about_desc {
  text-align: center;
}
.about_desc p {
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 27px;
}
@media only screen and (max-width: 767px) {
  .about_desc p {
    font-size: 15px;
    margin-bottom: 18px;
  }
}
.about_desc h3 {
  font-size: 42px;
  line-height: 42px;
  font-family: "Dancing Script", cursive;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .about_desc h3 {
    font-size: 35px;
    line-height: 34px;
  }
}

/*home about css end*/
.about_page_section {
  background: #F9F9F9;
  padding-top: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about_page_section {
    padding-top: 56px;
  }
}
@media only screen and (max-width: 767px) {
  .about_page_section {
    padding-top: 55px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about_thumb {
    margin-bottom: 23px;
  }
}
@media only screen and (max-width: 767px) {
  .about_thumb {
    margin-bottom: 23px;
  }
}

.about_section {
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about_section {
    padding-bottom: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .about_section {
    padding-bottom: 28px;
  }
}
.about_section.section_two {
  padding: 0 194px;
}
.about_section.section_two .about_thumb {
  text-align: center;
}
.about_section.section_two .about_content {
  margin-bottom: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about_content {
    margin-bottom: 30px;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .about_content {
    margin-bottom: 30px;
    text-align: center;
  }
}
.about_content h1, .about_content .slider_c_four h2, .slider_c_four .about_content h2 {
  font-weight: 500;
  line-height: 30px;
  text-transform: capitalize;
  font-size: 30px;
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about_content h1, .about_content .slider_c_four h2, .slider_c_four .about_content h2 {
    font-size: 27px;
    line-height: 25px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .about_content h1, .about_content .slider_c_four h2, .slider_c_four .about_content h2 {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 10px;
  }
}
.about_content p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 22px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about_content p {
    line-height: 28px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .about_content p {
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 11px;
  }
}

@media only screen and (max-width: 767px) {
  .view__work {
    margin-top: 18px;
  }
}
.view__work a {
  border: 1px solid #bbbbbb;
  height: 40px;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  padding: 10px 15px;
  display: inline-block;
  text-transform: uppercase;
}
.view__work a:hover {
  background: #83b53b;
  color: #fff;
  border-color: #83b53b;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .view__work a {
    margin-top: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .view__work a {
    padding: 7px 9px;
    height: 33px;
    font-size: 12px;
  }
}

.counterup_section {
  padding-bottom: 30px;
}

.counter_img {
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .counter_img {
    margin-right: 10px;
  }
}

.single_counterup {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #f3f3f3;
  padding: 88px 0 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.about_section.section_two {
  padding: 25px 20px 18px;
}

.counter_info h2 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 5px;
  line-height: 33px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .counter_info h2 {
    font-size: 22px;
    line-height: 30px;
  }
}
.counter_info p {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 24px;
}
@media only screen and (max-width: 767px) {
  .counter_info p {
    font-size: 11px;
  }
}

.about_progressbar {
  padding-bottom: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about_progressbar {
    padding-bottom: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about_progressbar {
    padding-bottom: 70px;
  }
}
.about_progressbar.about_prog {
  background-color: #83b53b;
  border-radius: 3px;
}
.about_progressbar.about_prog span.progress_persent {
  position: absolute;
  left: 50px;
  text-transform: uppercase;
}
.about_progressbar.porgress_two {
  padding: 5px 20px 35px;
}

@media only screen and (max-width: 767px) {
  .progressbar_inner {
    margin-bottom: 40px;
  }
}
.progressbar_inner h2 {
  font-size: 25px;
  margin-bottom: 40px;
  font-weight: 400;
  line-height: 18px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .progressbar_inner h2 {
    font-size: 21px;
    margin-bottom: 27px;
  }
}
@media only screen and (max-width: 767px) {
  .progressbar_inner h2 {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

.progress_skill {
  position: relative;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .progress_skill {
    margin-bottom: 33px;
  }
}
.progress_skill:last-child {
  margin-bottom: 0;
}
.progress_skill span.progress_discount {
  position: absolute;
  left: -2px;
  background: #333333;
  border-radius: 100%;
  border: 3px solid #7b7b7b;
  color: #fff;
  width: 40px;
  height: 40px;
  top: 50%;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  text-align: center;
  line-height: 35px;
  z-index: 9;
}
.progress_skill .progress-bar {
  background-color: #7b7b7b;
  text-align: left;
  padding-left: 50px;
}

.progress_skill.one .progress-bar {
  width: 60%;
}

.progress_skill.two .progress-bar {
  width: 90%;
}

.progress_skill.three .progress-bar {
  width: 70%;
}

.progress_skill.four .progress-bar {
  width: 80%;
}

/*about page css end*/
/* 20. services page css here */
.services_gallery {
  padding-bottom: 28px;
}

.services_content h3 {
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 11px;
  line-height: 14px;
}
.services_content p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
}

.services_thumb {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .services_thumb img {
    width: 100%;
  }
}

.single_services {
  margin-bottom: 25px;
}

.our_services {
  padding: 50px 0 25px;
  background: url(../img/about/service1-img1.jpg) no-repeat scroll center center/cover;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .our_services {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .our_services {
    margin-bottom: 60px;
  }
}

.services_item {
  margin-bottom: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.services_title {
  text-align: center;
  margin-bottom: 35px;
}
.services_title h2 {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 11px;
  color: #fff;
}
.services_title p {
  color: #999;
}

.services_icone {
  margin-right: 15px;
}
.services_icone i {
  font-size: 35px;
  line-height: 46px;
  color: #4fc1f0;
}

.services_desc h3 {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
}
.services_desc p {
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
  color: #999;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services_section_thumb {
    margin-bottom: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .services_section_thumb {
    margin-bottom: 28px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .unlimited_services {
    margin-bottom: 59px;
  }
}
@media only screen and (max-width: 767px) {
  .unlimited_services {
    margin-bottom: 59px;
  }
}

.unlimited_services_content {
  text-align: center;
}
.unlimited_services_content h1, .unlimited_services_content .slider_c_four h2, .slider_c_four .unlimited_services_content h2 {
  font-weight: 600;
  line-height: 40px;
  text-transform: uppercase;
  font-size: 25px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .unlimited_services_content h1, .unlimited_services_content .slider_c_four h2, .slider_c_four .unlimited_services_content h2 {
    line-height: 25px;
    font-size: 20px;
    margin-bottom: 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .unlimited_services_content h1, .unlimited_services_content .slider_c_four h2, .slider_c_four .unlimited_services_content h2 {
    line-height: 21px;
    font-size: 20px;
    margin-bottom: 6px;
  }
}
@media only screen and (max-width: 767px) {
  .unlimited_services_content h1, .unlimited_services_content .slider_c_four h2, .slider_c_four .unlimited_services_content h2 {
    line-height: 20px;
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.unlimited_services_content p {
  font-size: 15px;
  line-height: 30px;
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .unlimited_services_content p {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .unlimited_services_content p {
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 28px;
  }
}
.unlimited_services_content a {
  font-size: 14px;
  display: inline-block;
  border: 1px solid #333333;
  border-radius: 30px;
  line-height: 18px;
}
.unlimited_services_content a:hover {
  background: #83b53b;
  border-color: #83b53b;
  color: #fff;
}

.priceing_table {
  background: url(../img/about/service1-img3.jpg) no-repeat scroll center center/cover;
  padding: 60px 0 30px;
}

.single_priceing {
  background: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px #FFFFFF inset, 0 1px 3px rgba(34, 25, 25, 0.4);
  box-shadow: 0 1px #FFFFFF inset, 0 1px 3px rgba(34, 25, 25, 0.4);
  text-align: center;
  margin-bottom: 30px;
}

.priceing_title {
  padding: 20px;
  background: #83b53b;
}
.priceing_title h1, .priceing_title .slider_c_four h2, .slider_c_four .priceing_title h2 {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
}

.priceing_list {
  padding: 0 20px 30px;
}
.priceing_list h1, .priceing_list .slider_c_four h2, .slider_c_four .priceing_list h2 {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 36px 0 24px;
  margin: 0;
  line-height: 20px;
}
.priceing_list h1 span, .priceing_list .slider_c_four h2 span, .slider_c_four .priceing_list h2 span {
  font-size: 40px;
}
.priceing_list ul li {
  padding: 15px 0;
  border-bottom: 1px solid #e5e5e5;
  line-height: 24px;
}
.priceing_list ul li:first-child {
  border-top: 1px solid #e5e5e5;
}
.priceing_list a {
  margin: 30px 0 0;
  line-height: 38px;
  padding: 0 20px;
  border: 1px solid #333333;
  color: #333333;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  border-radius: 30px;
  text-transform: uppercase;
}

.priceing_list a.list_button, .priceing_list a:hover {
  background: #83b53b;
  border-color: #83b53b;
  color: #fff;
}

/*services page css end*/
/* 11. blog page css here */
.main_blog_area {
  background: #F9F9F9;
  padding: 54px 0 60px;
}

.blog_wrapper .single_blog {
  margin-bottom: 57px;
}
.blog_wrapper .single_blog:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .blog_wrapper .single_blog {
    margin-bottom: 50px;
  }
}

.blog_title {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .blog_title {
    margin-bottom: 20px;
  }
}
.blog_title h2 {
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .blog_title h2 {
    font-size: 16px;
    margin-bottom: 18px;
    line-height: 18px;
  }
}
.blog_title h2 a:hover {
  color: #83b53b;
}

.blog_post {
  padding: 10px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.blog_post ul li {
  display: inline-block;
  display: inline-block;
  font-size: 13px;
  margin-right: 12px;
  padding-right: 12px;
  position: relative;
}
.blog_post ul li:last-child {
  margin: 0;
  padding: 0;
}
.blog_post ul li:last-child::before {
  display: none;
}
.blog_post ul li::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 12px;
  background: #808080;
  right: 0;
  top: 50%;
  transform: translatey(-50%);
}

.blog_header h1, .blog_header .slider_c_four h2, .slider_c_four .blog_header h2 {
  font-size: 36px;
  line-height: 36px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 22px;
}
@media only screen and (max-width: 767px) {
  .blog_header h1, .blog_header .slider_c_four h2, .slider_c_four .blog_header h2 {
    font-size: 30px;
    line-height: 30px;
  }
}

.blog_social {
  display: flex;
  align-items: center;
}
.blog_social ul li {
  display: inline-block;
}
.blog_social ul li a {
  font-size: 13px;
  line-height: 26px;
  height: 26px;
  width: 26px;
  text-align: center;
  color: #353535;
  margin-right: 10px;
  background: #ffffff;
  display: block;
  border-radius: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog_social ul li a {
    margin-right: 6px;
  }
}
@media only screen and (max-width: 767px) {
  .blog_social ul li a {
    font-size: 12px;
    line-height: 24px;
    height: 24px;
    width: 24px;
    margin-right: 3px;
  }
}
.blog_social ul li a:hover {
  background: #83b53b;
  color: #ffffff;
}
.blog_social h3 {
  font-size: 14px;
  line-height: 20px;
  margin: 0 20px 0 0;
  text-transform: uppercase;
  font-weight: 600;
}

.blog_footer {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  .blog_footer {
    margin-top: 17px;
    flex-direction: column;
  }
}

.blog_pagination .pagination {
  justify-content: center;
  border: 1px solid #e5e5e5;
  padding: 10px;
}

.blog_aduio_icone {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .blog_aduio_icone {
    margin-bottom: 15px;
  }
}
.blog_aduio_icone audio {
  width: 100%;
}

.blog_container .blog_thumb {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .blog_container .blog_thumb {
    margin-bottom: 17px;
  }
}
.blog_container .blog_content > a {
  padding: 0px 25px;
  background: #333333;
  text-transform: uppercase;
  font-size: 13px;
  color: #ffffff;
  line-height: 40px;
  height: 40px;
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
}
.blog_container .blog_content > a:hover {
  background: #83b53b;
}
@media only screen and (max-width: 479px) {
  .blog_container .blog_content > a {
    padding: 0px 16px;
    line-height: 36px;
    height: 36px;
  }
}
.blog_container .blog_content p {
  margin-bottom: 25px;
}
@media only screen and (max-width: 479px) {
  .blog_container .blog_content p {
    font-size: 15px;
    margin-bottom: 19px;
  }
}

.blog_thumb_active:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
  left: 20px;
}
.blog_thumb_active:hover .owl-nav div.owl-next {
  right: 20px;
}
.blog_thumb_active .owl-nav div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  line-height: 38px;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  color: #fff;
  font-size: 20px;
  border-radius: 50%;
  left: 50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.blog_thumb_active .owl-nav div:hover {
  background: rgba(234, 0, 13, 0.5);
}
.blog_thumb_active .owl-nav div.owl-next {
  right: 50px;
  left: auto;
}

@media only screen and (max-width: 767px) {
  .blog_comment {
    text-align: left;
    margin-top: 8px;
  }
}
.blog_comment a:hover {
  color: #83b53b;
}

/*blog fullwidth css here*/
.blog_fullwidth .single_blog {
  margin-bottom: 57px;
}
@media only screen and (max-width: 767px) {
  .blog_fullwidth .single_blog {
    margin-bottom: 50px;
  }
}
.blog_fullwidth .blog_thumb {
  margin-bottom: 22px;
}
.blog_fullwidth .blog_content {
  text-align: center;
}
.blog_fullwidth .blog_content p {
  max-width: 670px;
  margin: 0 auto;
}
.blog_fullwidth .blog_content > a {
  margin-top: 24px;
}
.blog_fullwidth .blog_footer {
  justify-content: center;
}
.blog_fullwidth .blog_comment {
  margin-left: 50px;
}
@media only screen and (max-width: 767px) {
  .blog_fullwidth .blog_comment {
    margin-left: 0;
  }
}
.blog_fullwidth .blog_title {
  text-align: center;
}
.blog_fullwidth .blog_aduio_icone {
  margin-bottom: 15px;
}

/*13. blog  sidebar css here*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog_sidebar_widget {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .blog_sidebar_widget {
    margin-top: 60px;
  }
}
.blog_sidebar_widget .widget_list {
  border: 1px solid #e5e5e5;
  padding: 0;
}
.blog_sidebar_widget .widget_list h2 {
  font-size: 14px;
  margin-bottom: 25px;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 20px;
  border-bottom: 1px solid #e5e5e5;
  background: #333333;
  border-radius: 3px 3px 0 0;
  color: #ffffff;
  padding: 15px 20px;
  border-bottom: 0;
  letter-spacing: 1px;
}
.blog_sidebar_widget .widget_list h2::before {
  display: none;
}
.blog_sidebar_widget .widget_list ul {
  padding: 0 20px 25px;
}
.blog_sidebar_widget .widget_list.widget_tags ul {
  padding: 0 20px 20px;
}

.widget_search form {
  margin: 0 20px 25px;
  position: relative;
}
.widget_search form input {
  width: 100%;
  background: none;
  height: 40px;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  padding: 0 15px;
}
.widget_search form button {
  position: absolute;
  right: 6px;
  top: 0;
  border: none;
  font-size: 16px;
  height: 100%;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: inherit;
}
.widget_search form button:hover {
  color: #83b53b;
}

.tag_cloud ul li {
  display: inline-block;
}
.tag_cloud ul li a {
  margin: 0 2px 6px 0;
  padding: 3px 12px;
  display: inline-block;
  border: 1px solid #e5e5e5;
}
.tag_cloud ul li a:hover {
  background: #83b53b;
  border-color: #83b53b;
  color: #ffffff;
}

/*blog sidebar css here*/
.blog_sidebar_page .single_blog {
  margin-bottom: 57px;
}
@media only screen and (max-width: 767px) {
  .blog_sidebar_page .single_blog {
    margin-bottom: 50px;
  }
}
.blog_sidebar_page .single_blog:last-child {
  margin-bottom: 0;
}
.blog_sidebar_page .blog_pagination {
  margin-top: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog_sidebar_page .blog_container .row {
    flex-direction: row;
  }
}
@media only screen and (max-width: 767px) {
  .blog_sidebar_page .blog_container .row {
    flex-direction: row;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog_reverse .row {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 767px) {
  .blog_reverse .row {
    flex-direction: column-reverse;
  }
}

/* 12. blog details css here */
.blog_details_wrapper .single_blog {
  margin-bottom: 56px;
}
.blog_details_wrapper .blog_thumb {
  margin-bottom: 21px;
  width: inherit;
}
.blog_details_wrapper .blog_thumb::before {
  display: none;
}
.blog_details_wrapper .blog_content {
  padding: 0;
  width: inherit;
}
.blog_details_wrapper .blog_content h3 {
  font-size: 24px;
  text-transform: inherit;
  font-weight: 600;
  margin-bottom: 19px;
  line-height: 26px;
  padding-bottom: 0;
}
.blog_details_wrapper .blog_content h3::before {
  display: none;
}
.blog_details_wrapper .post_meta {
  margin-bottom: 14px;
}
.blog_details_wrapper .post_meta span {
  margin-right: 5px;
  display: inline-block;
  font-weight: 700;
}
.blog_details_wrapper .post_meta span:last-child {
  margin-right: 0;
}
.blog_details_wrapper .post_meta span a:hover {
  color: #83b53b;
}
.blog_details_wrapper .post_content {
  text-align: left;
}
.blog_details_wrapper .post_content > p {
  line-height: 24px;
  margin-bottom: 10px;
  font-size: 15px;
}
@media only screen and (max-width: 767px) {
  .blog_details_wrapper .post_content > p {
    font-size: 14px;
  }
}
.blog_details_wrapper .post_content blockquote {
  border-left: 4px solid #83b53b;
  margin: 20px 0 20px 0;
  padding: 0 20px;
  font-style: italic;
}
.blog_details_wrapper .post_content blockquote p {
  font-weight: 500;
  margin-bottom: 0;
  font-size: 17px;
}
@media only screen and (max-width: 767px) {
  .blog_details_wrapper .post_content blockquote p {
    font-size: 16px;
  }
}
.blog_details_wrapper .social_sharing {
  display: flex;
  align-items: center;
}
.blog_details_wrapper .social_sharing p {
  font-size: 14px;
  text-transform: capitalize;
  margin-right: 20px;
  margin-bottom: 0;
  line-height: 20px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .blog_details_wrapper .social_sharing p {
    margin-right: 9px;
    font-size: 13px;
  }
}
.blog_details_wrapper .social_sharing ul li {
  display: inline-block;
}
.blog_details_wrapper .social_sharing ul li a {
  background: #e6e6e6;
  border-radius: 100%;
  display: inline-block;
  font-size: 12px;
  height: 26px;
  line-height: 26px;
  margin-right: 5px;
  text-align: center;
  width: 26px;
}
@media only screen and (max-width: 767px) {
  .blog_details_wrapper .social_sharing ul li a {
    margin-right: 2px;
    font-size: 11px;
    height: 22px;
    width: 22px;
    line-height: 22px;
  }
}
.blog_details_wrapper .social_sharing ul li a:hover {
  color: #ffffff;
  background: #83b53b;
}
.blog_details_wrapper .social_sharing ul li:first-child a {
  padding-left: 0;
  border-left: 0;
}

.entry_content {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 26px;
  margin-top: 19px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .entry_content {
    flex-direction: column;
    text-align: left !important;
    align-items: inherit;
  }
}
.entry_content .post_meta {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .entry_content .post_meta {
    margin-bottom: 10px;
  }
}
.entry_content .post_meta span:hover {
  color: #83b53b;
}

.comments_area {
  padding: 24px 30px 33px;
  border: 1px solid #e5e5e5;
}
@media only screen and (max-width: 767px) {
  .comments_area {
    padding: 24px 20px 33px;
  }
}

.comments_box {
  margin-bottom: 44px;
}
.comments_box h3 {
  font-size: 14px;
  margin: 0 0 20px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.comment_list {
  overflow: hidden;
  margin-bottom: 30px;
}
.comment_list:last-child {
  margin-bottom: 0;
}
.comment_list .comment_thumb {
  display: inline-block;
  float: left;
}
@media only screen and (max-width: 767px) {
  .comment_list .comment_thumb {
    width: 40px;
  }
}
.comment_list .comment_content {
  margin-left: 70px;
  position: relative;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  padding: 15px;
}
@media only screen and (max-width: 767px) {
  .comment_list .comment_content {
    margin-left: 48px;
  }
}
.comment_list .comment_content h5 {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.comment_list .comment_content h5 a:hover {
  color: #83b53b;
}
.comment_list .comment_content span {
  line-height: 18px;
  margin-bottom: 8px;
  font-size: 13px;
  font-style: italic;
  display: inline-block;
}
.comment_list .comment_content p {
  margin-bottom: 0;
  font-size: 14px;
}

.comment_reply {
  position: absolute;
  top: 20px;
  right: 12px;
}
@media only screen and (max-width: 767px) {
  .comment_reply {
    top: 15px;
  }
}
.comment_reply a {
  padding: 2px 10px;
  border-radius: 3px;
  color: #fff;
  background: #333333;
  display: block;
}
.comment_reply a:hover {
  background: #83b53b;
}
@media only screen and (max-width: 767px) {
  .comment_reply a {
    padding: 2px 8px;
    font-size: 12px;
    line-height: 20px;
  }
}

.comments_form h3 {
  font-size: 14px;
  margin: 0 0 20px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.comments_form p {
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 12px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .comments_form form .row {
    flex-direction: row;
  }
}
.comments_form form label {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.comments_form form textarea {
  width: 100%;
  height: 200px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  margin-bottom: 10px;
  resize: none;
  padding: 10px;
}
.comments_form form input {
  width: 100%;
  height: 40px;
  border: 1px solid #e5e5e5;
  margin-bottom: 15px;
  padding: 0 20px;
}
.comments_form form button {
  border: 0;
  line-height: 36px;
  background: #333;
  font-weight: 500;
}
.comments_form form button:hover {
  background: #83b53b;
}

.comment_list.list_two {
  padding-left: 50px;
}
@media only screen and (max-width: 767px) {
  .comment_list.list_two {
    padding-left: 0;
  }
}

.related_posts {
  margin-bottom: 56px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .related_posts .row {
    flex-direction: row !important;
  }
}
.related_posts > h3 {
  font-size: 14px;
  margin: 0 0 20px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.related_thumb {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .related_thumb img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .related_thumb img {
    width: 100%;
  }
}

.related_content h4 {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.related_content h4 a:hover {
  color: #83b53b;
}
.related_content span {
  font-size: 13px;
  line-height: 17px;
}
.related_content span i {
  margin-right: 3px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog_details .blog_sidebar {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .blog_details .blog_sidebar {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .single_related {
    margin-bottom: 24px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_related.column_3 {
    margin-top: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .single_related.column_3 {
    margin-bottom: 0;
  }
}

/*blog details css end*/
/*  24. modal css here */
.modal-dialog.modal-dialog-centered {
  min-width: 1100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .modal-dialog.modal-dialog-centered {
    min-width: 1000px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .modal-dialog.modal-dialog-centered {
    min-width: 950px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .modal-dialog.modal-dialog-centered {
    min-width: 730px;
  }
}
@media only screen and (max-width: 767px) {
  .modal-dialog.modal-dialog-centered {
    min-width: 90%;
  }
}

.modal_tab_img {
  text-align: center;
  margin-bottom: 10px;
}
.modal_tab_img img {
  margin: 0 auto;
}

.modal_tab_button ul li a {
  padding: 0;
  border: 1px solid #e5e5e5;
  margin: 0 4px;
}
.modal_tab_button ul li a img {
  width: 100%;
}

.modal_title h2 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 14px;
  line-height: 26px;
}

.modal_social h2 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 20px;
}
.modal_social ul li {
  display: inline-block;
  margin-right: 3px;
}
.modal_social ul li a {
  text-transform: uppercase;
  display: inline-block;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
  font-size: 15px;
  color: #ffffff;
  font-weight: 400;
}
.modal_social ul li.facebook a {
  background: #3c5b9b;
}
.modal_social ul li.facebook a:hover {
  background: #83b53b;
}
.modal_social ul li.twitter a {
  background: #1DA1F2;
}
.modal_social ul li.twitter a:hover {
  background: #83b53b;
}
.modal_social ul li.pinterest a {
  background: #BD081B;
}
.modal_social ul li.pinterest a:hover {
  background: #83b53b;
}
.modal_social ul li.google-plus a {
  background: #DC5043;
}
.modal_social ul li.google-plus a:hover {
  background: #83b53b;
}
.modal_social ul li.linkedin a {
  background: #010103;
}
.modal_social ul li.linkedin a:hover {
  background: #83b53b;
}

.modal_price {
  margin-bottom: 12px;
}
.modal_price span {
  font-weight: 600;
  color: #83b53b;
  font-size: 16px;
}
.modal_price span.old_price {
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  text-decoration: line-through;
  margin-left: 5px;
}

.modal_description p {
  line-height: 24px;
  font-size: 15px;
  margin: 0;
}

.variants_size h2, .variants_color h2 {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 7px;
  line-height: 20px;
}
.variants_size.mb-15, .mb-15.variants_color {
  margin-bottom: 24px;
}
.variants_size .select_option, .variants_color .select_option {
  width: 100%;
  border-radius: 0;
  margin-bottom: 25px;
}
.variants_size .select_option .list, .variants_color .select_option .list {
  width: 100%;
  border-radius: 0;
}

.modal_add_to_cart {
  margin-bottom: 25px;
}
.modal_add_to_cart form input {
  width: 95px;
  border: 1px solid #e5e5e5;
  background: none;
  padding: 0 10px;
  height: 45px;
}
@media only screen and (max-width: 767px) {
  .modal_add_to_cart form input {
    width: 75px;
  }
}
.modal_add_to_cart form button {
  background: none;
  border: 0;
  margin-left: 10px;
  font-size: 12px;
  font-weight: 700;
  height: 45px;
  width: 230px;
  line-height: 18px;
  padding: 10px 15px;
  text-transform: uppercase;
  background: #333333;
  color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .modal_add_to_cart form button {
    width: 130px;
  }
}
.modal_add_to_cart form button:hover {
  background: #83b53b;
  color: #ffffff;
  border-color: #83b53b;
}

.modal_body {
  padding: 29px 6px 38px;
}
@media only screen and (max-width: 767px) {
  .modal_body .modal_tab {
    margin-bottom: 60px;
  }
}

.modal-content {
  border-radius: 0;
}

.modal-content button.close {
  position: absolute;
  left: 94%;
  width: 35px;
  height: 35px;
  display: block;
  border: 1px solid #e5e5e5;
  top: 10px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 20px;
  z-index: 9;
}
@media only screen and (max-width: 767px) {
  .modal-content button.close {
    left: 83%;
    width: 29px;
    height: 32px;
    top: 4px;
    margin-bottom: 14px;
  }
}
.modal-content button.close:hover {
  color: #83b53b;
}

.modal_add_to_cart.mb-15 {
  margin-bottom: 23px;
}

.modal_description.mb-15 {
  margin-bottom: 20px;
}

.product_navactive.owl-carousel:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
}
.product_navactive.owl-carousel .owl-nav {
  display: block;
}
.product_navactive.owl-carousel .owl-nav div {
  position: absolute;
  background: #f2f2f2;
  border-radius: 3px;
  height: 32px;
  top: 50%;
  transform: translatey(-50%);
  width: 32px;
  text-align: center;
  line-height: 32px;
  left: -7px;
  font-size: 18px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.product_navactive.owl-carousel .owl-nav div:hover {
  background: #83b53b;
  color: #ffffff;
}
.product_navactive.owl-carousel .owl-nav div.owl-next {
  right: -7px;
  left: auto;
}

/*modal css end*/
/*  23. newsletter popup css here */
.newletter-popup {
  background: #fff;
  top: 50% !important;
  margin-top: -179px;
  position: fixed !important;
  padding: 50px;
  text-align: center;
  display: none;
}
@media only screen and (max-width: 767px) {
  .newletter-popup {
    padding: 30px 20px;
    width: 95%;
  }
}

#boxes .newletter-title h2 {
  font-size: 30px;
  text-transform: uppercase;
  margin: 0 0 30px;
}
@media only screen and (max-width: 767px) {
  #boxes .newletter-title h2 {
    font-size: 16px;
    margin: 0 0 10px;
  }
}

#boxes .box-content label {
  font-weight: 400;
  font-size: 14px;
}

#boxes .box-content .newletter-label {
  width: 70%;
  margin-bottom: 36px;
}
@media only screen and (max-width: 767px) {
  #boxes .box-content .newletter-label {
    width: 100%;
  }
}

#frm_subscribe form {
  width: 340px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #frm_subscribe form {
    width: 100%;
  }
}
#frm_subscribe form input {
  background: #EBEBEB;
  padding: 0 122px 0 20px;
  height: 45px;
  border: 0;
  width: 100%;
  color: #747474;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  #frm_subscribe form input {
    padding: 0 104px 0 20px;
  }
}
#frm_subscribe form a.theme-btn-outlined {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 110px;
  background: #333333;
  cursor: pointer;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 45px;
}
#frm_subscribe form a.theme-btn-outlined:hover {
  background: #83b53b;
}
@media only screen and (max-width: 767px) {
  #frm_subscribe form a.theme-btn-outlined {
    width: 90px;
  }
}

#boxes .box-content .subscribe-bottom {
  margin-top: 20px;
}

#boxes .box-content .subscribe-bottom label {
  margin: 0;
  font-size: 13px;
}

#boxes .box-content .subscribe-bottom #newsletter_popup_dont_show_again {
  display: inline-block;
  margin: 0;
}

#boxes #frm_subscribe #notification {
  color: #f00;
}

#boxes #frm_subscribe #notification .success {
  color: #67D7BB;
}

#popup2 {
  position: absolute;
  right: 1px;
  top: 1px;
  text-align: center;
  cursor: pointer;
  font-size: 13px;
  text-transform: capitalize;
  padding: 6px 12px;
  background: #333333;
  font-weight: 600;
  line-height: 17px;
  color: #ffffff;
  display: block;
  transition: 0.3s;
}
#popup2:hover {
  background: #83b53b;
}

/*newsletter popup css end*/
/* 09. error page css heer   */
.error_section {
  background: #F9F9F9;
  padding-bottom: 70px;
  padding-top: 58px;
}
@media only screen and (max-width: 767px) {
  .error_section {
    padding-bottom: 60px;
    padding-top: 44px;
  }
}

.header_error {
  border-bottom: 1px solid #e5e5e5;
}

.error_form {
  text-align: center;
}
.error_form h1, .error_form .slider_c_four h2, .slider_c_four .error_form h2 {
  font-size: 200px;
  font-weight: 700;
  color: #83b53b;
  letter-spacing: 10px;
  line-height: 160px;
  margin: 0 0 60px;
}
@media only screen and (max-width: 767px) {
  .error_form h1, .error_form .slider_c_four h2, .slider_c_four .error_form h2 {
    font-size: 130px;
    line-height: 120px;
    letter-spacing: 4px;
    margin: 0 0 44px;
  }
}
.error_form h2 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 22px;
}
@media only screen and (max-width: 767px) {
  .error_form h2 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 14px;
  }
}
.error_form p {
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  max-width: 540px;
  margin: 0 auto 30px;
}
@media only screen and (max-width: 767px) {
  .error_form p {
    font-size: 15px;
    margin-bottom: 24px;
    line-height: 23px;
  }
}
.error_form form {
  width: 450px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .error_form form {
    width: 100%;
  }
}
.error_form form input {
  padding: 0 60px 0 30px;
  background: #f8f8f8;
  border: 1px solid #ddd;
  color: #333333;
  height: 40px;
  width: 100%;
  border-radius: 3px;
}
.error_form form button {
  position: absolute;
  right: 0;
  height: 100%;
  border: none;
  background: no-repeat;
  font-size: 20px;
  color: #333333;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 0;
  text-transform: uppercase;
  padding: 0 15px;
  font-weight: 600;
}
.error_form form button:hover {
  color: #83b53b;
}
.error_form a {
  color: #fff;
  display: inline-block;
  background: #83b53b;
  font-size: 12px;
  font-weight: bold;
  height: 40px;
  line-height: 41px;
  padding: 0 30px;
  text-transform: uppercase;
  margin-top: 35px;
  border-radius: 3px;
}
.error_form a:hover {
  background: #333333;
}
.ab .what-we-do-item img {
    width:100%;
	height:180px;
}
.pro-names{
  border: 1px solid #ccc;  
}
.pro-names li{
  padding: 10px 30px;
  border-bottom: 1px solid #ccc;
}
.pro-names li a{
    font-size: 18px;
    text-transform: capitalize;
}
.wwd{
	margin-top: -140px;
    background: #fff;
    display: block;
    position: relative;
	padding: 20px;
}
.wwd h3{
	font-size:25px;
}

@media only screen and (max-width: 767px) {
  .error_form a {
    margin-top: 27px;
  }
  .wwd{
	  margin-top: -87px;
  }
}

/*404 page css end*/

/*# sourceMappingURL=style.css.map */

/*************************what we do*************************/
.component-heading-landing__visual.has-image {
    position: relative;
    background-size: cover;
    height: 312px;
    overflow: hidden;
    color: #fff;
}
.component-heading-landing__visual {
    color: #000;
}
.h-100 {
    height: 100%!important;
}
.align-items-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.justify-content-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.component-heading-landing__text--right {
    margin-left: 20%;
}
.component-heading-landing__text {
    position: relative;
    z-index: 2;
}
.component-heading-landing__circle--right {
    right: 80%;
}
.component-heading-landing__circle {
    position: absolute;
    top: -140px;
    z-index: 1;
}
.component-heading-landing__circle-icon {
    display: inline-block;
    width: 305px;
    height: 305px;
}
svg {
    overflow: hidden;
    vertical-align: middle;
}
.component-heading-landing__visual.has-image {
    position: relative;
    background-size: cover;
    height: 312px;
    overflow: hidden;
    color: #fff;
}
.component-heading-landing__circle-group {
    stroke-width: 2;
}
.component-heading-landing__circle-icon--right {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.position-relative {
    position: relative!important;
}
.component-body-copy {
    margin: 1.875rem 0;
}
.component-body-copy__intro {
    margin-bottom: 1.875rem;
}
.component-body-copy__intro-text {
    font-size: 1.125rem;
    line-height: 1.5rem;
}
.component-body-copy__intro-text p {
    text-transform: inherit;
    font-size: inherit;
    font-weight: inherit;
}
.component-promotion-feature {
    margin: 25px -15px 0;
}
.component-promotion-feature__wrapper {
    position: relative;
    background-size: cover;
    padding: 45px 20px;
    overflow: hidden;
    color: #fff;
}
.component-promotion-feature__thumbnail {
    margin: 0 0 20px;
    min-height: 15px;
}
.component-promotion-feature__thumbnail img {
    max-width: 55px;
    height: auto;
}
.component-promotion-feature__content.right .line {
    right: 17px;
    border-width: 0 2px 0 0;
}
.component-promotion-feature .line {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-style: solid;
    border-radius: 100%;
    border-color: #fff;
    width: 44rem;
    height: 44rem;
}
.component-promotion-feature .title {
    font-size: 1.5em;
    font-weight: 200;
}
.component-promotion-feature__content .desc {
    max-width: 210px;
    overflow: hidden;
    font-size: .875rem;
}
.component-promotion-feature__content.left {
    margin-left: 35px;
}
.component-promotion-feature__content.left .line {
    left: 17px;
    border-width: 0 0 0 2px;
}
.component-heading-landing__visual {
    color: #000;
}
.component-heading-article__circle-icon--right {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.component-heading-article__circle-icon {
    display: inline-block;
    width: 290px;
    height: 290px;
}
.component-heading-article__visual.has-image {
    height: 400px;
}



@media (min-width: 768px){
  .component-heading-landing__visual.has-image {
      height: 370px;
  }
  .component-heading-landing__text--right {
    margin-left: 55%;
}
.component-heading-landing__circle--right {
    right: 45%;
}
.component-heading-landing__circle {
    top: -220px;
}
.component-heading-landing__circle-icon {
    width: 620px;
    height: 620px;
}
.component-body-copy__intro-text {
    font-size: 1.3125rem;
    line-height: 1.6875rem;
}
.component-heading-landing__circle-group {
    stroke-width: 1.5;
}
.component-promotion-feature {
    margin: 30px auto 0;
}
.component-promotion-feature__wrapper {
    padding: 30px 55px 45px;
}
.component-promotion-feature__content.right {
    float: right;
}
.component-promotion-feature__content {
    width: 50%;
}
.component-promotion-feature__content.right .line {
    right: 30px;
}
.component-promotion-feature .title {
    font-size: 1.875rem;
}
.component-promotion-feature__content.left {
    margin-left: 40px;
}
.component-promotion-feature__content.left .line {
    right: auto;
    left: 30px;
    border-width: 0 0 0 2px;
}
.component-heading-article__circle-icon {
    width: 682px;
    height: 682px;
}
}

@media (min-width: 992px){
  .component-heading-landing__visual.has-image {
      height: 450px;
  }
  .component-heading-landing__circle {
    top: -380px;
}
.component-heading-landing__circle-group {
    stroke-width: 1;
}
.component-promotion-feature {
    margin: 30px 3px 0;
}
.component-promotion-feature__wrapper {
    padding: 50px 160px 95px;
}
.component-promotion-feature__thumbnail img {
    max-width: 75px;
}
.component-promotion-feature__content.right .line {
    right: 75px;
}
.component-promotion-feature__content .desc {
    margin-bottom: 5px;
    max-width: 100%;
    font-size: 1rem;
}
.component-promotion-feature__content.left {
    margin-left: 0;
}
.component-promotion-feature__content.left .line {
    right: auto;
    left: 75px;
}
.component-heading-landing__circle-icon {
    width: 850px;
    height: 850px;
}
}


/************************************************************************/
.glencore-select {
    background-color: #fff;
}
.glencore-select__control {
    z-index: 10;
    background-color: transparent;
    color: #000;
    font-size: 0.875rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.glencore-select__control:focus {
    background-color: transparent;
}
.btn-assets__component {
    display: inline-block;
    position: relative;
}
.glencore-pagination {
    line-height: 1;
}
.glencore-pagination .swiper-pagination-bullet {
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    background-color: #80ba27;
    margin-right: 3px;
    margin-left: 3px;
    width: 10px;
    height: 10px;
}
.glencore-pagination .swiper-pagination-bullet-active {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
.pagination .page-link {
    display: inline-block;
    padding: 8px 10px;
    min-width: 34px;
    text-align: center;
}
.pagination .page-link:focus,
.pagination .page-link:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.pagination .page-link.dots {
    position: relative;
    top: -3px;
}
.pagination .page-link.dots:focus,
.pagination .page-link.dots:hover {
    background: 0 0;
    cursor: default;
}
.pagination--single-arrow .page-link {
    color: #80ba27;
    font-weight: 300;
}
.pagination--single-arrow .page-item:focus,
.pagination--single-arrow .page-item:hover {
    cursor: default;
}
.pagination--single-arrow .page-item.active .page-link {
    color: #fff;
    border: 0;
    background-color: #80ba27;
    font-weight: 400;
}
.pagination--single-arrow .left-single-arrow {
    display: inline-block;
    position: relative;
    left: 3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    width: 10px;
    height: 10px;
    -webkit-transform-origin: center center;
    transform-origin: center center;
}
.pagination--single-arrow .right-single-arrow {
    display: inline-block;
    position: relative;
    right: 3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    width: 10px;
    height: 10px;
    -webkit-transform-origin: center center;
    transform-origin: center center;
}
.swiper-slide .component-article-intro,
.swiper-slide .component-article-quote,
.swiper-slide .component-financial,
.swiper-slide .component-promotion-article {
    height: 100% !important;
}
.swiper-slide .component-article-quote .glencore-content,
.swiper-slide .component-article-quote .glencore-wrapper,
.swiper-slide .component-article-quote > div {
    height: 100%;
}
.swiper-slide .component-article-quote [class^="col"] {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    max-width: 100%;
    height: 100%;
}
.swiper-slide .component-article-quote__content {
    height: 100%;
}
.swiper-slide > [class^="col"] {
    height: 100%;
}
.swiper-slide .component-financial,
.swiper-slide .component-promotion-article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: justify;
    align-content: space-between;
}
@-webkit-keyframes underlineLink {
    0% {
        background-size: 0 100%;
    }
    100% {
        background-size: 100% 100%;
    }
}
@keyframes underlineLink {
    0% {
        background-size: 0 100%;
    }
    100% {
        background-size: 100% 100%;
    }
}
@-webkit-keyframes slideDownFixedNav {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        opacity: 0;
    }
    75% {
        opacity: 0.7;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes slideDownFixedNav {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        opacity: 0;
    }
    75% {
        opacity: 0.7;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
@-webkit-keyframes fadeInUp {
    0% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes fadeInUp {
    0% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
@-webkit-keyframes fadeOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        opacity: 0;
    }
}
@keyframes fadeOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        opacity: 0;
    }
}
@-webkit-keyframes fadeInUpCenter {
    0% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 0;
    }
    50% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes fadeInUpCenter {
    0% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 0;
    }
    50% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes slideUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes slideUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@-webkit-keyframes slideDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}
@keyframes slideDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}
@-webkit-keyframes fadeInUpHeader {
    from {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 0;
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes fadeInUpHeader {
    from {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 0;
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes fadeOutDown {
    from {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
    to {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 0;
    }
}
@-webkit-keyframes fadeInTopCarousel {
    0% {
        opacity: 0.7;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeInTopCarousel {
    0% {
        opacity: 0.7;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes fadeInUpTopCarousel {
    0% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes fadeInUpTopCarousel {
    0% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
@-webkit-keyframes fadeOutDownTopCarousel {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 0;
    }
}
@keyframes fadeOutDownTopCarousel {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 0;
    }
}
@-webkit-keyframes cliprotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    50% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    50.01% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
@keyframes cliprotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    50% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    50.01% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    100% {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
}
@keyframes rotate {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    100% {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
}
@-webkit-keyframes showfixed {
    0% {
        opacity: 0;
    }
    49.99% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}
@keyframes showfixed {
    0% {
        opacity: 0;
    }
    49.99% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes changeIntro {
    0% {
        opacity: 0;
    }
    25% {
        opacity: 0.2;
    }
    99% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}
@keyframes changeIntro {
    0% {
        opacity: 0;
    }
    25% {
        opacity: 0.2;
    }
    99% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes bounceAnimate {
    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-18px);
        transform: translateY(-18px);
    }
    60% {
        -webkit-transform: translateY(-7px);
        transform: translateY(-7px);
    }
}
@keyframes bounceAnimate {
    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-18px);
        transform: translateY(-18px);
    }
    60% {
        -webkit-transform: translateY(-7px);
        transform: translateY(-7px);
    }
}
.gap-1 {
    height: 5px;
}
.gap-2 {
    height: 10px;
}
.gap-3 {
    height: 15px;
}
.gap-4 {
    height: 20px;
}
.gap-5 {
    height: 25px;
}
.gap-6 {
    height: 30px;
}
.gap-7 {
    height: 35px;
}
.gap-8 {
    height: 40px;
}
.gap-9 {
    height: 45px;
}
.gap-10 {
    height: 50px;
}


@media (min-width: 768px) and (max-width: 991.98px) {
    .component-article-video__modal .glencore-wrapper,
    .component-header .lg-container,
    .component-header__main-nav .component-header__main-nav-top,
    .component-header__wrapper,
    .container {
        max-width: initial;
    }
}
/* .logo { */
    /* position: relative; */
    /* height: 100%; */
/* } */
.swiper-pagination-bullet,
.swiper-pagination-clickable {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.header {
    position: relative;
    z-index: 3;
}
.main {
    position: relative;
    z-index: 2;
    padding-bottom: 30px;
}
@media (min-width: 768px) {
    .main {
        padding-bottom: 75px;
    }
}

.glencore-link,
.link {
    display: inline-block;
    word-break: break-word;
}
.glencore-link__text,
.link__text {
    -webkit-transition: background-size 0.5s ease;
    transition: background-size 0.5s ease;
    background-image: linear-gradient(transparent calc(100% - 1px), #000 1px);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-bottom: 2px;
    width: calc(100%);
}
.glencore-link__text.green-underline,
.link__text.green-underline {
    background-image: linear-gradient(transparent calc(100% - 1px), #80ba27 1px);
}
.glencore-link.btn .link__text,
.link.btn .link__text {
    background-image: linear-gradient(transparent calc(100% - 1px), #fff 1px);
}
.glencore-link.external,
.link.external {
    position: relative;
    padding: 0 3px 0 0;
}
.glencore-link.external::after,
.link.external::after {
    display: inline-block;
    position: relative;
    top: 9px;
    margin-left: 8px;
    background: url(../img/icons/icon_external_link.svg) no-repeat center center;
    background-size: 100% auto;
    width: 9px;
    height: 9px;
    color: transparent;
    content: ".";
}
.glencore-link.green-text,
.link.green-text {
    color: #80ba27 !important;
}
.glencore-link:focus .glencore-link__text,
.glencore-link:hover .glencore-link__text,
.link:focus .glencore-link__text,
.link:hover .glencore-link__text {
    -webkit-animation: underlineLink 1s 1;
    animation: underlineLink 1s 1;
}
.glencore-link.black-text,
.link.black-text {
    margin-right: 5px;
    color: #000 !important;
}
.glencore-link.white-text,
.link.white-text {
    color: #fff;
}
.glencore-link.white-text:hover,
.link.white-text:hover {
    color: #fff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .glencore-link,
    .link {
        -webkit-transition: color 0.5s ease-in-out;
        transition: color 0.5s ease-in-out;
    }
    .glencore-link:focus,
    .glencore-link:hover,
    .link:focus,
    .link:hover {
        color: #000;
    }
}
.icon-download {
    display: inline-block;
    margin: 0 auto;
    background-size: cover;
    width: 47px;
    height: 20px;
}
.icon-download__html {
    background-position: 0 -100%;
    background-image: url(../img/icons/html-icon.png);
}
.icon-download__ppt {
    background-position: 0 -100%;
    background-image: url(../img/icons/ppt-icon.png);
}
.icon-download__pdf {
    background-position: 0 -100%;
    margin-left: 10px;
    background-image: url(../img/icons/pdf-icon.png);
    width: 20px;
}
.icon-download__calendar {
    margin-right: 5px;
    margin-bottom: -5px;
    background-image: url(../img/icons/calendar.svg);
    width: 17px;
}
.link .outer {
    display: inline-block;
    margin-left: 8px;
    background: url(../img/icons/icon_external_link.svg) no-repeat center center;
    background-size: 100% auto;
    width: 9px;
    height: 9px;
}
.link .asset {
    display: inline-block;
    margin-left: 8px;
    background: url(../img/icons/donwload-icon.svg) no-repeat center center;
    background-size: 100% auto;
    width: 10px;
    height: 15px;
    vertical-align: bottom;
}
.link.icon-asset {
    position: absolute;
    right: 25px;
    bottom: 10px;
}
.link__text {
    -webkit-transition: background-size 1s;
    transition: background-size 1s;
    background-image: linear-gradient(transparent calc(100% - 1px), #000 1px);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-bottom: 2px;
    width: calc(100%);
}
@media (min-width: 576px) {
    .link__text {
        font-size: 1rem;
    }
}
.link.green-text {
    color: #80ba27;
}
.link:focus .link__text,
.link:hover .link__text {
    -webkit-animation: underlineLink 1s 1;
    animation: underlineLink 1s 1;
}
.glencore-collapse-enter-active,
.glencore-collapse-leave-active {
    -webkit-transition: max-height 0.15s ease;
    transition: max-height 0.15s ease;
    max-height: 1000px;
    overflow: hidden;
}
@media (min-width: 992px) {
    .glencore-collapse-enter-active,
    .glencore-collapse-leave-active {
        -webkit-transition: max-height 1s ease;
        transition: max-height 1s ease;
    }
}
.glencore-collapse-enter,
.glencore-collapse-leave-to {
    max-height: 0;
}
.glencore-popup-enter-active,
.glencore-popup-leave-active {
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    opacity: 1;
}
.glencore-popup-enter,
.glencore-popup-leave-to {
    opacity: 0;
}
.glencore-next,
.glencore-prev {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
@keyframes underlineLink {
    0% {
        background-size: 0 100%;
    }
    100% {
        background-size: 100% 100%;
    }
}
.background-transparent {
    background-color: transparent;
}
.search-landing .main {
    z-index: 4;
}
[v-cloak] {
    display: none;
}
.img-fluid {
    max-width: 100%;
    height: auto;
    min-height: 1px;
}
.text-no-result {
    font-size: 1.125rem;
}
ul.pad-left-40 {
    padding-left: 2.5rem;
}
ul.margin-top-32 {
    margin-top: 2rem;
}
.table,
table {
    width: 100%;
}
.table .td,
.table .th,
.table td,
.table th,
table .td,
table .th,
table td,
table th {
    padding: 0.625rem;
}
.table tbody tr:nth-child(2n + 1),
table tbody tr:nth-child(2n + 1) {
    background-color: #ededed;
}
@media (min-width: 576px) {
    .tablet-full {
        margin-right: -24px;
        margin-left: -24px;
        padding: 0;
    }
}
@media (min-width: 992px) {
    .tablet-full {
        margin-right: 0;
        margin-left: 0;
    }
}
.dropdown-item:focus,
.dropdown-item:hover {
    outline: 0;
}
.dropdown-item:active {
    background-color: #80ba27;
}
.btn-group-asset .btn {
    margin-left: 0;
    padding-right: 2.5rem;
}
.btn-group-asset .btn + .btn {
    margin-left: 20px;
}
.btn-group-asset .btn-assets__component + .btn-assets__component {
    margin-left: 20px;
}
p.footnote {
    font-size: 0.875rem !important;
    line-height: 1.125rem;
    margin-top: 5px;
    margin-bottom: 5px;
}
.component-header__main-nav-search__form .btn,
.component-search-landing__control .btn,
.header--regional .component-header .component-header__main-nav-search__form .btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: transparent;
    background-image: url(../img/icons/search.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 14px;
    height: 14px;
}
.component-header__main-nav-search__form .btn:not([disabled]):not(.disabled):active,
.component-search-landing__control .btn:not([disabled]):not(.disabled):active {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    background-image: url(../img/icons/search.svg);
}
.component-carousel-news .swiper-slide,
.component-keep-up-to-date__content .swiper-slide,
.component-social-grid__content .swiper-slide {
    width: 100%;
    height: auto;
}
@media (min-width: 576px) {
    .component-carousel-news .swiper-slide,
    .component-keep-up-to-date__content .swiper-slide,
    .component-social-grid__content .swiper-slide {
        width: 40%;
    }
}
.component-carousel-news__control,
.component-keep-up-to-date__control {
    position: relative;
    float: right;
    margin-top: 10px;
}
.component-carousel-news__control .glencore-next,
.component-carousel-news__control .glencore-prev,
.component-keep-up-to-date__control .glencore-next,
.component-keep-up-to-date__control .glencore-prev {
    display: none;
    background-size: cover;
    cursor: pointer;
    width: 39px;
    height: 39px;
}
@media (min-width: 576px) {
    .component-carousel-news__control .glencore-next,
    .component-carousel-news__control .glencore-prev,
    .component-keep-up-to-date__control .glencore-next,
    .component-keep-up-to-date__control .glencore-prev {
        display: inline-block;
    }
}
.component-carousel-news__control .glencore-prev,
.component-keep-up-to-date__control .glencore-prev {
    background-image: url(../img/icons/left-arrow-circle.png);
}
.component-carousel-news__control .glencore-next,
.component-keep-up-to-date__control .glencore-next {
    background-image: url(../img/icons/right-arrow-circle.png);
}
.component-carousel-news__control .glencore-pagination,
.component-keep-up-to-date__control .glencore-pagination {
    display: inline-block;
    position: relative;
    top: -4px;
    -webkit-transform: translateY(-60%);
    transform: translateY(-60%);
    margin: 0 10px;
    padding-top: 30px;
}
@media (min-width: 576px) {
    .component-carousel-news__control .glencore-pagination,
    .component-keep-up-to-date__control .glencore-pagination {
        padding: 0;
    }
}
.component-carousel-news__control .glencore-pagination-bullet,
.component-keep-up-to-date__control .glencore-pagination-bullet {
    background-color: #80ba27;
    margin: 0 2px;
}
.component-map__results--category,
.component-map__search--category,
.component-sustain-map__results--category,
.component-sustain-map__search--category,
.map-popup__header--category {
    display: inline-block;
    border-radius: 25px;
    padding: 4px 0;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 18px;
    font-weight: 100;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
}
.component-header {
    position: relative;
    -webkit-transition: -webkit-transform 0.4s ease-out;
    transition: -webkit-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
    transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
}
@media (max-width: 1199.98px) {
    .component-header__wrapper {
        padding-right: 0;
        padding-left: 0;
        max-width: 10000px;
    }
}
.component-header__content {
    background-color: #fff;
}
@media (min-width: 992px) {
    .component-header__content {
        padding-top: 20px;
    }
}
.component-header__content.fixed-top {
    -webkit-animation-name: slideDownFixedNav;
    animation-name: slideDownFixedNav;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@media (min-width: 1200px) {
    .component-header__logo {
        position: absolute;
        top: -42px;
        left: 0;
    }
}
.component-header .component-header__burger-icon {
    position: relative;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    outline: 0;
    border: 0;
    background-color: #fff !important;
    background-image: url(../img/icons/circle_bound.svg);
    background-repeat: no-repeat;
    background-size: auto 100%;
    cursor: pointer;
    width: 40px;
    height: 39px;
}
.component-header .component-header__burger-icon .navbar-toggler-icon {
    display: block;
    position: absolute;
    top: 19px;
    left: 12px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    opacity: 1;
    width: 16px;
    height: 2px;
    -webkit-transform-origin: left center;
    transform-origin: left center;
}
.component-header .component-header__burger-icon .navbar-toggler-icon::after,
.component-header .component-header__burger-icon .navbar-toggler-icon::before {
    display: block;
    position: absolute;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    opacity: 1;
    background: #000;
    width: 16px;
    height: 2px;
    content: "";
    -webkit-transform-origin: left center;
    transform-origin: left center;
}
.component-header .component-header__burger-icon .navbar-toggler-icon::before {
    top: 5px;
}
.component-header .component-header__burger-icon .navbar-toggler-icon::after {
    top: -5px;
}
.component-header .component-header__burger-icon[aria-controls="main-nav"][aria-expanded="false"] .navbar-toggler-icon {
    background: #000;
}
.component-header .component-header__burger-icon[aria-expanded="true"] .navbar-toggler-icon::after,
.component-header .component-header__burger-icon[aria-expanded="true"] .navbar-toggler-icon::before {
    left: 2px;
    visibility: visible;
    width: 17px;
}
.component-header .component-header__burger-icon[aria-expanded="true"] .navbar-toggler-icon::after {
    top: -6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.component-header .component-header__burger-icon[aria-expanded="true"] .navbar-toggler-icon::before {
    top: 6px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.component-header .component-tab-module__list-items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.component-header__search-icon {
    position: relative;
    z-index: 30;
    border: 0;
    background-color: transparent;
    background-image: url(../img/icons/close.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 15px;
    height: 20px;
}
@media (min-width: 992px) {
    .component-header__search-icon {
        height: 25px;
    }
}
.component-header__search-icon:not([disabled]):not(.disabled):active {
    border-color: #80ba27;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    background-image: url(../img/icons/close.svg);
}
.component-header__search-icon.collapsed {
    background-image: url(../img/icons/search.svg);
}
.component-header__search-icon.collapsed:not([disabled]):not(.disabled):active {
    background-image: url(../img/icons/search.svg);
}
.component-header__search-icon[aria-expanded="true"] {
    border-color: #80ba27;
}
@media (min-width: 1200px) {
    .component-header__search-icon[aria-expanded="true"] {
        border-width: 0 0 2px;
        border-style: solid;
    }
}
.component-header__search-icon.btn-search {
    margin: 8px 0;
    background-color: transparent;
    background-size: 90%;
    padding: 10px 0;
}
.component-header__close-icon {
    background-color: transparent;
    background-image: url(../img/icons/close.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 0 10px;
    width: 20px;
    height: 18px;
}
.component-header__close-icon.btn:not(:disabled):not(.disabled):active {
    background-image: url(../img/icons/close.svg);
}
.component-header__close-icon:hover {
    background-color: transparent;
}
@media (max-width: 1199.98px) {
    .component-header .lg-container {
        padding-right: 0;
        padding-left: 0;
        max-width: 10000px;
    }
}
.component-header__static.static-header {
    padding-top: 70px;
}
@media (min-width: 992px) {
    .component-header__static.static-header {
        padding-top: 95px;
    }
}
.glencore-hover-nav-enter-active,
.glencore-hover-nav-leave-active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: opacity 0.5s ease, transform 0.5s ease;
    transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
    opacity: 1;
}
.glencore-hover-nav-enter,
.glencore-hover-nav-leave-to {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
    opacity: 0;
}
.component-header__main-control {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 20px 0 10px;
}
@media (min-width: 1200px) {
    .component-header__main-control {
        position: relative;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        padding: 0;
        width: 1px;
        height: 1px;
    }
}
@media (min-width: 992px) {
    .component-article-video__modal .component-header__main-control .glencore-wrapper,
    .component-header .component-header__main-control .lg-container,
    .component-header__main-control .component-article-video__modal .glencore-wrapper,
    .component-header__main-control .component-header .lg-container,
    .component-header__main-control .component-header__main-nav .component-header__main-nav-top,
    .component-header__main-control .component-header__wrapper,
    .component-header__main-control .container,
    .component-header__main-nav .component-header__main-control .component-header__main-nav-top {
        padding: 0;
        width: auto;
    }
}
.component-header__main-control .component-header__search-icon {
    background-color: transparent !important;
    background-size: 41% auto;
    width: 40px;
    height: 40px;
}
.component-header__main-content {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}
@media (min-width: 1200px) {
    .component-header__main-content {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
}
.component-header__main-content > .wrapper {
    position: relative;
    z-index: 0;
}
@media (min-width: 992px) {
    .component-header__main-content > .wrapper {
        position: static;
    }
}
.component-header__main-content .navbar-toggler {
    border: 0;
    color: inherit;
}
.component-header__main-nav {
    font-size: 0.875rem;
    position: static;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    text-transform: uppercase;
}
.component-header__main-nav-wrapper {
    background-color: #ededed;
    padding: 20px 0;
}
@media (min-width: 1200px) {
    .component-header__main-nav-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        background-color: transparent;
        padding: 0;
    }
}
.component-header__main-nav-top {
    margin: 20px 0;
    text-transform: none;
}
@media (min-width: 1200px) {
    .component-header__main-nav-top {
        margin: 0 0 20px;
    }
}
.component-header__main-nav-top .navbar-nav .nav-item .glencore-link {
    font-size: 0.875rem;
    padding: 11px 0;
    font-weight: 100;
}
@media (min-width: 1200px) {
    .component-header__main-nav-top .navbar-nav .nav-item .glencore-link {
        font-size: 0.8125rem;
        line-height: 0.9375rem;
        padding: 0;
    }
}
.component-header__main-nav-top .navbar-nav .nav-item .glencore-link--custom.active {
    color: #80ba27;
    font-weight: 600;
}
.component-header__main-nav-top .navbar-nav .nav-item .glencore-link--custom .glencore-link__text {
    background: 0 0;
}
.component-header__main-nav-main a {
    color: #000 !important;
    font-weight: 600;
}
.component-header__main-nav-main .glencore-link {
    padding: 10px 0;
}
@media (min-width: 992px) {
    .component-header__main-nav-main .glencore-link .glencore-link__text {
        background-image: linear-gradient(transparent calc(100% - 2px), #80ba27 2px);
        white-space: -moz-pre-space;
    }
}
.component-header__main-nav-main .glencore-link::first-letter {
    text-transform: capitalize;
}
.component-header__main-nav-l1 .glencore-link,
.component-header__main-nav-l2 .glencore-link {
    font-weight: 100;
}
@media (min-width: 1200px) {
    .component-header__main-nav-l1 {
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        z-index: 50;
        background-color: #ededed;
    }
}
.component-header__main-nav-l1 .glencore-link {
    color: #000;
}
@media (min-width: 1200px) {
    .component-header__main-nav-l1 .glencore-link .glencore-link__text {
        background-image: linear-gradient(transparent calc(100% - 2px), #80ba27 2px);
        white-space: -moz-pre-space;
    }
}
.component-header__main-nav-l1 .glencore-link:focus,
.component-header__main-nav-l1 .glencore-link:hover {
    color: #000;
}
.component-header__main-nav-l1 .glencore-link:focus .glencore-link__text,
.component-header__main-nav-l1 .glencore-link:hover .glencore-link__text {
    background-size: 100% 100%;
}
.component-header__main-nav-l1 .glencore-link.active .glencore-link__text {
    background-size: 100% 100%;
}
.component-header__main-nav-l1 .glencore-link__text {
    background-size: 0 100%;
}
.component-header__main-nav-l1-content {
    width: 100%;
}
@media (min-width: 1200px) {
    .component-header__main-nav-l1-content {
        margin: 0;
        background-color: transparent;
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
@media (min-width: 1200px) {
    .component-article-video__modal .component-header__main-nav-l1-content .glencore-wrapper,
    .component-header .component-header__main-nav-l1-content .lg-container,
    .component-header__main-nav .component-header__main-nav-l1-content .component-header__main-nav-top,
    .component-header__main-nav-l1-content .component-article-video__modal .glencore-wrapper,
    .component-header__main-nav-l1-content .component-header .lg-container,
    .component-header__main-nav-l1-content .component-header__main-nav .component-header__main-nav-top,
    .component-header__main-nav-l1-content .component-header__wrapper,
    .component-header__main-nav-l1-content .container {
        min-height: 270px;
    }
}
.component-article-video__modal .component-header__main-nav-l1-content .glencore-wrapper .col,
.component-header .component-header__main-nav-l1-content .lg-container .col,
.component-header__main-nav .component-header__main-nav-l1-content .component-header__main-nav-top .col,
.component-header__main-nav-l1-content .component-article-video__modal .glencore-wrapper .col,
.component-header__main-nav-l1-content .component-header .lg-container .col,
.component-header__main-nav-l1-content .component-header__main-nav .component-header__main-nav-top .col,
.component-header__main-nav-l1-content .component-header__wrapper .col,
.component-header__main-nav-l1-content .container .col {
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    opacity: 1;
}
.component-article-video__modal .component-header__main-nav-l1-content .glencore-wrapper .col.hide,
.component-header .component-header__main-nav-l1-content .lg-container .col.hide,
.component-header__main-nav .component-header__main-nav-l1-content .component-header__main-nav-top .col.hide,
.component-header__main-nav-l1-content .component-article-video__modal .glencore-wrapper .col.hide,
.component-header__main-nav-l1-content .component-header .lg-container .col.hide,
.component-header__main-nav-l1-content .component-header__main-nav .component-header__main-nav-top .col.hide,
.component-header__main-nav-l1-content .component-header__wrapper .col.hide,
.component-header__main-nav-l1-content .container .col.hide {
    opacity: 0;
}
.component-header__main-nav-l1 .glencore-nav-arrow {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 1s ease;
    transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease;
    fill: #80ba27;
    width: 20px;
    height: 8px;
}
.component-header__main-nav-l1 .glencore-nav-arrow.open {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
}
.component-header__main-nav-l2 {
    margin: 5px 0;
    text-transform: capitalize;
}
@media (min-width: 1200px) {
    .component-header__main-nav-l2 {
        position: absolute;
        top: 0;
        left: 95%;
        z-index: 20;
        margin: 0;
        padding-left: 5em;
        width: 90%;
        min-height: 270px;
    }
}
.component-header__main-nav-l2 .glencore-link {
    font-size: 1rem;
}
.component-header__main-nav-l2.list-unstyled {
    padding-left: 5em;
}
@media (max-width: 991.98px) {
    .component-header__main-nav ul .nav-item__content-left {
        -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
    }
}
@media (max-width: 991.98px) {
    .component-header__main-nav ul .nav-item__content-right {
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    }
}
.component-header__main-nav .navbar-brand {
    height: 48px;
    font-weight: 500;
}
@media (min-width: 992px) {
    .component-header__main-nav .navbar-brand {
        margin-right: 0;
        padding: 0;
    }
}
.component-header__main-nav .nav-item__content {
    max-width: 370px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 1200px) {
    .component-header__main-nav .nav-item__content {
        padding-right: 0;
        padding-left: 0;
    }
}
.component-header__main-nav .nav-item__content > .external::after {
    top: 0;
    vertical-align: middle;
}
@media (max-width: 1199.98px) {
    .component-header__main-nav .nav-item.open {
        background: #fff;
        padding: 10px 0;
    }
}
@media (max-width: 991px) {
    .component-header__main-nav .nav-item.open + .nav-item {
        padding-top: 15px;
    }
}
.component-header__main-nav .nav-item .glencore-link {
    position: relative;
    z-index: 30;
}
.component-header__main-nav .nav-item .glencore-link__text {
    background-size: 0 100%;
}
.component-header__main-nav .nav-item .glencore-link:focus .glencore-link__text,
.component-header__main-nav .nav-item .glencore-link:hover .glencore-link__text {
    background-size: 100% 100%;
}
.component-header__main-nav .nav-item .glencore-link.active .glencore-link__text {
    background-size: 100% 100%;
}
.component-header__main-nav .nav-item .active .glencore-link__text {
    background-size: 100% 100%;
}
.component-header__main-nav .nav-item .glencore-accordion {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 12px;
}
.component-header__main-nav .nav-item .glencore-accordion::after,
.component-header__main-nav .nav-item .glencore-accordion::before {
    background-color: #80ba27;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: 12px;
    height: 2px;
    content: "";
}
.component-header__main-nav .nav-item .glencore-accordion::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.component-header__main-nav .nav-item .glencore-accordion.open::after {
    display: none;
}
.component-header__main-nav .nav-item__overlay {
    position: absolute;
    top: 0;
    left: -100px;
    z-index: 1;
    width: 300px;
    height: 100%;
}
.component-header__main-nav .nav-item__overlay.active {
    z-index: 20;
}
.component-header__main-nav .nav-item__overlay__l1 {
    position: absolute;
    top: -5px;
    right: 16px;
    z-index: 1;
    width: 47px;
    height: 270px;
}
.component-header__main-nav .nav-item__overlay__l1.active {
    z-index: 20;
}
.component-header__main-nav .nav-item__l1 {
    position: relative;
    overflow: hidden;
}
.component-header__main-nav .nav-item__l1.active-l1 {
    position: static;
    overflow: visible;
}
.component-header__main-nav .component-header__main-nav-top {
    padding-right: 0;
    padding-left: 0;
}
@media (min-width: 1200px) {
    .component-header__main-nav .navbar-nav > .nav-item {
        padding: 0 17px;
    }
    .component-header__main-nav .navbar-nav > .nav-item:last-child {
        padding: 0;
    }
}
.component-header ul:empty {
    margin: 0;
}
.component-header .component-header__top {
    padding-bottom: 13px;
}
@media (min-width: 992px) {
    .component-header .component-header__top-nav {
        font-size: 0.8125rem;
        line-height: 0.8125rem;
    }
}
.component-header .component-header__top-nav__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
}
@media (min-width: 1200px) {
    .component-header .component-header__top-nav__content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}
.component-header .component-header__top-nav .link,
.component-header .component-header__top-nav a {
    color: #000;
    font-weight: 100;
}
.component-header .component-header__top-nav .button,
.component-header .component-header__top-nav button {
    line-height: 0.8125rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: 0 0;
    padding: 0;
    text-transform: none;
    font-weight: 200;
}
.component-header .component-header__top-nav .button:focus,
.component-header .component-header__top-nav .button:hover,
.component-header .component-header__top-nav button:focus,
.component-header .component-header__top-nav button:hover {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: 0 0;
    color: #000;
}
.component-header .component-header__top-nav .nav-item {
    display: inline-block;
}
.component-header .component-header__top-nav .nav-item::first-letter {
    text-transform: capitalize;
}
@media (min-width: 1200px) {
    .component-header .component-header__top-nav .nav-item {
        border-right: 1px solid #444;
        padding: 0 10px;
        line-height: 0;
    }
    .component-header .component-header__top-nav .nav-item:last-child {
        border: 0;
        padding-left: 10px;
    }
}
.component-header .component-header__top-nav .glencore-link:focus__text,
.component-header .component-header__top-nav .glencore-link:hover__text {
    border-color: #000;
}
.component-header .button,
.component-header button {
    background-color: transparent !important;
    font-size: inherit;
}
.component-header__our-websites {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    background-color: #ededed;
    padding: 20px 0;
}
@media (min-width: 992px) {
    .component-header__our-websites {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 10000;
        background: #fff;
    }
}
.component-header__our-websites .glencore-link,
.component-header__our-websites a {
    font-size: 0.875rem;
    text-transform: uppercase;
    color: inherit;
    font-weight: 500;
}
.component-header__our-websites .glencore-link__text,
.component-header__our-websites a__text {
    background-size: 0 100%;
}
.component-header__our-websites .glencore-link:focus .glencore-link__text,
.component-header__our-websites .glencore-link:hover .glencore-link__text,
.component-header__our-websites a:focus .glencore-link__text,
.component-header__our-websites a:hover .glencore-link__text {
    background-size: 100% 100%;
}
.component-header__our-websites .glencore-link.external::after,
.component-header__our-websites a.external::after {
    top: 6px;
}
.component-header__our-websites .glencore-link {
    padding: 10px 0;
    font-size: 1rem;
}
@media (min-width: 992px) {
    .component-header__our-websites .glencore-link {
        padding: 0;
    }
}
.component-header__our-websites .glencore-link__text {
    padding-bottom: 3px;
}
.component-header__our-websites .nav-item__content-left .glencore-link {
    font-weight: 600;
}
.component-header__our-websites .nav-item__l1 .glencore-link {
    font-size: 0.875rem;
}
.component-header__our-websites .component-tab-module__content-item {
    padding: 25px 0;
}
.component-header__our-websites .component-header__burger-icon {
    position: absolute;
    top: -74px;
    right: 15px;
    z-index: 10000;
    background-color: #fff;
    height: 40px;
}
@media (min-width: 992px) {
    .component-header__our-websites .component-header__burger-icon {
        display: block;
        top: 0;
        background-image: none;
    }
}
.component-header__our-websites .modal-body {
    margin-top: 80px;
}
.component-header__our-websites .item {
    padding: 5px 15px;
}
.component-header__our-websites .our-websites__desktop {
    overflow: auto;
}
@media (min-width: 992px) {
    .overlay-menu-open {
        overflow: hidden;
    }
}
.component-header__main-nav-search {
    background-color: #fff;
}
@media (min-width: 992px) {
    .component-header__main-nav-search {
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
    }
}
.component-header__main-nav-search__form {
    background-color: #fff;
}
.component-header__main-nav-search__form .form-control {
    border-left-color: #80ba27;
    border-left-width: 2px;
    border-left-style: solid;
    background-color: #ededed;
    height: 50px;
}
.component-header__main-nav-search__form .form-control::-webkit-input-placeholder {
    color: #000;
}
.component-header__main-nav-search__form .form-control::-moz-placeholder {
    color: #000;
}
.component-header__main-nav-search__form .form-control:-ms-input-placeholder {
    color: #000;
}
.component-header__main-nav-search__form .form-control::-ms-input-placeholder {
    color: #000;
}
.component-header__main-nav-search__form .form-control::placeholder {
    color: #000;
}
.component-header__main-nav-search__form .btn {
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
}
.component-header__main-nav-search__form .input-group {
    position: relative;
}
@media (min-width: 992px) {
    .navbar-nav__language {
        padding-left: 10px;
    }
}
.navbar-nav__language--mobile {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 370px) {
    .navbar-nav__language--mobile {
        max-width: 370px;
    }
}
@media (min-width: 992px) {
    .navbar-nav__language--mobile {
        padding-right: 0;
        padding-left: 0;
    }
}
.navbar-nav__language--mobile .nav-item {
    display: inline-block;
}
.navbar-nav__language--mobile .nav-item__content {
    padding: 0;
}
.navbar-nav__language--mobile .nav-item:last-child .glencore-link::before {
    display: none;
}
.navbar-nav__language--mobile .glencore-link {
    font-size: 0.875rem;
    position: relative;
    padding: 10px 15px;
    font-weight: 100;
}
.navbar-nav__language--mobile .glencore-link::before {
    display: inline-block;
    position: absolute;
    top: 14px;
    right: 0;
    bottom: 14px;
    left: auto;
    background: #000;
    width: 1px;
    content: "";
}
.navbar-nav__language--mobile .glencore-link.active {
    color: #80ba27;
    font-weight: 600;
}
.navbar-nav__language--mobile .glencore-link__text {
    background: 0 0;
}
.navbar-nav__language--desktop.list-unstyled {
    padding-left: 10px;
}
.header--regional .component-header {
    border-top-color: #80ba27;
    position: relative;
    -webkit-transition: -webkit-transform 0.4s ease-out;
    transition: -webkit-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
    transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
    z-index: 3;
    border-top-width: 2px;
    border-top-style: solid;
    padding: 10px 0;
}
@media (min-width: 992px) {
    .header--regional .component-header {
        border: 0;
        padding: 0;
    }
}
.header--regional .component-header__top {
    padding-bottom: 0;
}
@media (min-width: 1200px) {
    .header--regional .component-header__logo {
        position: relative;
        top: -25px;
    }
}
.header--regional .component-header__content {
    background-color: #fff;
}
@media (min-width: 992px) {
    .header--regional .component-header__content {
        padding-top: 42px;
    }
}
.header--regional .component-header__location-text {
    font-size: 1rem;
    line-height: 1.75rem;
    display: inline-block;
    text-transform: capitalize;
}
.header--regional .component-header .component-header__main-nav {
    position: static;
    padding: 8px 0 0;
    font-size: 0.8rem;
}
@media (min-width: 768px) {
    .header--regional .component-header .component-header__main-nav {
        text-transform: uppercase;
        font-size: 0.9rem;
    }
}
@media (min-width: 1200px) {
    .header--regional .component-header .component-header__main-nav__wrapper {
        margin-top: 50px;
    }
}
.header--regional .component-header .component-header__main-nav a {
    color: #000;
}
@media (min-width: 992px) {
    .header--regional .component-header .component-header__main-nav .navbar-brand {
        margin-right: 0;
    }
}
@media (max-width: 991.98px) {
    .header--regional .component-header .component-header__main-nav .navbar-brand {
        padding: 0;
    }
}
.header--regional .component-header .component-header__main-nav-top {
    font-size: 0.7rem;
    font-weight: 200;
}
.header--regional .component-header .component-header__main-nav .nav-item .glencore-link .glencore-link__text {
    background-image: linear-gradient(transparent calc(100% - 2px), #80ba27 2px);
}
.header--regional .component-header .component-header__main-nav .nav-item .glencore-link::first-letter {
    text-transform: capitalize;
}
.header--regional .component-header .component-header__main-nav .nav-item .active .glencore-link__text {
    background-size: 100% 100%;
}
.header--regional .component-header .component-header__main-nav .nav-item .glencore-accordion {
    display: inline-block;
    width: 100%;
    height: 12px;
}
.component-keep-up-to-date__item .header--regional .component-header .component-header__main-nav .nav-item .open.details__content--instagram,
.component-profile__content.grid .header--regional .component-header .component-header__main-nav .nav-item .open.glencore-container,
.component-profile__content.grid .header--regional .component-header .component-header__main-nav .nav-item .open.item-wrapper,
.header--regional .component-header .component-header__main-nav .nav-item .component-keep-up-to-date__item .open.details__content--instagram,
.header--regional .component-header .component-header__main-nav .nav-item .component-profile__content.grid .open.glencore-container,
.header--regional .component-header .component-header__main-nav .nav-item .component-profile__content.grid .open.item-wrapper,
.header--regional .component-header .component-header__main-nav .nav-item .row.open {
    background-color: #fff;
}
.header--regional .component-header .component-header__main-nav-l1,
.header--regional .component-header .component-header__main-nav-l2 {
    font-weight: 200;
}
@media (min-width: 1200px) {
    .header--regional .component-header .component-header__main-nav-l1 {
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        z-index: 50;
        padding-top: 8px;
        font-weight: 200;
    }
}
@media (min-width: 1200px) {
    .header--regional .component-header .component-header__main-nav-l1-content {
        background-color: #ededed;
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
@media (min-width: 1200px) {
    .component-article-video__modal .header--regional .component-header .component-header__main-nav-l1-content .glencore-wrapper,
    .component-header__main-nav .header--regional .component-header .component-header__main-nav-l1-content .component-header__main-nav-top,
    .header--regional .component-header .component-header__main-nav-l1-content .component-article-video__modal .glencore-wrapper,
    .header--regional .component-header .component-header__main-nav-l1-content .component-header__main-nav .component-header__main-nav-top,
    .header--regional .component-header .component-header__main-nav-l1-content .component-header__wrapper,
    .header--regional .component-header .component-header__main-nav-l1-content .container,
    .header--regional .component-header .component-header__main-nav-l1-content .lg-container {
        min-height: 270px;
    }
}
.component-article-video__modal .header--regional .component-header .component-header__main-nav-l1-content .glencore-wrapper .col,
.component-header__main-nav .header--regional .component-header .component-header__main-nav-l1-content .component-header__main-nav-top .col,
.header--regional .component-header .component-header__main-nav-l1-content .component-article-video__modal .glencore-wrapper .col,
.header--regional .component-header .component-header__main-nav-l1-content .component-header__main-nav .component-header__main-nav-top .col,
.header--regional .component-header .component-header__main-nav-l1-content .component-header__wrapper .col,
.header--regional .component-header .component-header__main-nav-l1-content .container .col,
.header--regional .component-header .component-header__main-nav-l1-content .lg-container .col {
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    opacity: 1;
}
.component-article-video__modal .header--regional .component-header .component-header__main-nav-l1-content .glencore-wrapper .col.hide,
.component-header__main-nav .header--regional .component-header .component-header__main-nav-l1-content .component-header__main-nav-top .col.hide,
.header--regional .component-header .component-header__main-nav-l1-content .component-article-video__modal .glencore-wrapper .col.hide,
.header--regional .component-header .component-header__main-nav-l1-content .component-header__main-nav .component-header__main-nav-top .col.hide,
.header--regional .component-header .component-header__main-nav-l1-content .component-header__wrapper .col.hide,
.header--regional .component-header .component-header__main-nav-l1-content .container .col.hide,
.header--regional .component-header .component-header__main-nav-l1-content .lg-container .col.hide {
    opacity: 0;
}
.header--regional .component-header .component-header__main-nav-l1 .glencore-nav-arrow {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 1s ease;
    transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease;
    fill: #80ba27;
    width: 20px;
    height: 8px;
}
.header--regional .component-header .component-header__main-nav-l1 .glencore-nav-arrow.open {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
}
.header--regional .component-header .component-header__main-nav-l2 {
    font-size: 0.7rem;
}
@media (min-width: 1200px) {
    .header--regional .component-header .component-header__main-nav-l2 {
        position: absolute;
        top: 0;
        left: 95%;
        z-index: 20;
        padding-left: 5em;
        width: 100%;
        min-height: 270px;
        font-size: inherit;
    }
}
@media (min-width: 1200px) {
    .header--regional .component-header .component-header__main-nav .navbar-nav > .nav-item:last-child {
        padding-right: 0;
    }
}
@media (min-width: 992px) {
    .header--regional .component-header .component-header__main-nav-search {
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        background-color: #fff;
    }
}
.header--regional .component-header .component-header__main-nav-search__form input {
    border-left-color: #80ba27;
    border-left-width: 2px;
    border-left-style: solid;
    background-color: #ededed;
}
.header--regional .component-header .component-header__main-nav-search__form input::-webkit-input-placeholder {
    color: #000;
}
.header--regional .component-header .component-header__main-nav-search__form input::-moz-placeholder {
    color: #000;
}
.header--regional .component-header .component-header__main-nav-search__form input:-ms-input-placeholder {
    color: #000;
}
.header--regional .component-header .component-header__main-nav-search__form input::-ms-input-placeholder {
    color: #000;
}
.header--regional .component-header .component-header__main-nav-search__form input::placeholder {
    color: #000;
}
.header--regional .component-header .component-header__main-nav-search__form .btn {
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
}
.header--regional .component-header .component-header__main-nav-search__form .input-group {
    position: relative;
}
.header--regional .component-header .component-header__main-nav-wrapper {
    padding-bottom: 60px;
}
@media (min-width: 992px) {
    .header--regional .component-header .component-header__main-nav-wrapper {
        padding-bottom: 0;
    }
}
.header--regional .component-header .component-header__top-nav {
    font-size: 0.7rem;
}
@media (min-width: 576px) {
    .header--regional .component-header .component-header__top-nav {
        font-size: 0.8rem;
    }
}
@media (min-width: 992px) {
    .header--regional .component-header .component-header__top-nav {
        padding-right: 0;
    }
}
.header--regional .component-header .component-header__top-nav a {
    color: #000;
    font-weight: 100;
}
.header--regional .component-header .component-header__top-nav .nav-item::first-letter {
    text-transform: capitalize;
}
@media (min-width: 768px) {
    .header--regional .component-header .component-header__top-nav .nav-item {
        border-right: 1px solid #444;
        padding: 0 10px;
    }
    .header--regional .component-header .component-header__top-nav .nav-item:last-child {
        border: 0;
        padding-right: 0;
    }
}
.header--regional .component-header .component-header__top-nav .glencore-link:focus__text,
.header--regional .component-header .component-header__top-nav .glencore-link:hover__text {
    border-color: #000;
}
.header--regional .component-header .component-header__burger-icon {
    position: relative;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    outline: 0;
    border: 0;
    background-image: url(../img/icons/circle_bound.svg);
    cursor: pointer;
    width: 40px;
    height: 40px;
}
.header--regional .component-header .component-header__burger-icon .navbar-toggler-icon {
    display: block;
    position: absolute;
    left: 10px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    opacity: 1;
    background: #000;
    width: 20px;
    height: 2px;
    -webkit-transform-origin: left center;
    transform-origin: left center;
}
.header--regional .component-header .component-header__burger-icon .navbar-toggler-icon::after,
.header--regional .component-header .component-header__burger-icon .navbar-toggler-icon::before {
    display: block;
    position: absolute;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    opacity: 1;
    background: #000;
    width: 20px;
    height: 2px;
    content: "";
    -webkit-transform-origin: left center;
    transform-origin: left center;
}
.header--regional .component-header .component-header__burger-icon .navbar-toggler-icon::before {
    top: 8px;
}
.header--regional .component-header .component-header__burger-icon .navbar-toggler-icon::after {
    top: -8px;
}
.header--regional .component-header .component-header__burger-icon[aria-expanded="true"] .navbar-toggler-icon {
    width: 0;
}
.header--regional .component-header .component-header__burger-icon[aria-expanded="true"] .navbar-toggler-icon::after,
.header--regional .component-header .component-header__burger-icon[aria-expanded="true"] .navbar-toggler-icon::before {
    left: 1px;
    width: 23px;
}
.header--regional .component-header .component-header__burger-icon[aria-expanded="true"] .navbar-toggler-icon::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.header--regional .component-header .component-header__burger-icon[aria-expanded="true"] .navbar-toggler-icon::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.header--regional .component-header .component-header__search-icon {
    border: 0;
    background-color: transparent;
    background-image: url(../img/icons/close.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 15px;
    height: 25px;
}
.header--regional .component-header .component-header__search-icon.collapsed {
    background-image: url(../img/icons/search.svg);
}
.header--regional .component-header .component-header__search-icon[aria-expanded="true"] {
    border-bottom-color: #80ba27;
}
@media (min-width: 1200px) {
    .header--regional .component-header .component-header__search-icon[aria-expanded="true"] {
        border-bottom-width: 2px;
        border-bottom-style: solid;
    }
}
.header--regional .component-header .component-header__search-icon.btn-search {
    margin: 8px 0;
    background-color: transparent;
    background-size: 90%;
    padding: 10px 0;
}
.header--regional .component-header__back-link {
    font-size: 0.75rem;
    padding: 0;
    color: #000;
}
@media (min-width: 992px) {
    .header--regional .component-header__back-link {
        padding: 12px 0;
    }
}
.header--regional .component-header__back-link__text::before {
    display: inline-block;
    content: "\003c";
}
.header--regional .component-header__back-link a {
    color: #000;
}
.header--regional .component-header__back-link__wrapper {
    border-bottom-color: #80ba27;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    background-color: #ededed;
    width: 100%;
}
.header--regional .component-header__link {
    font-size: 0.625rem;
    color: #000;
}
.header--regional .component-header .fixed-top .component-header__back-link__wrapper {
    top: 0;
}
.header--regional .component-header__static.static-header {
    padding-top: 107px;
}
@media (min-width: 992px) {
    .header--regional .component-header__static.static-header {
        padding-top: 149px;
    }
}
.header--regional .logo {
    display: inline-block;
    padding-right: 16px;
}
.header--regional .glencore-hover-nav-enter-active,
.header--regional .glencore-hover-nav-leave-active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: opacity 0.5s ease, transform 0.5s ease;
    transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
    opacity: 1;
}
.header--regional .glencore-hover-nav-enter,
.header--regional .glencore-hover-nav-leave-to {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
    opacity: 0;
}
.header--regional .component-cookies-policy {
    margin-bottom: 0;
}
.component-heading-article__visual {
    color: #000;
}
.component-heading-article__visual.has-image {
    position: relative;
    background-size: cover;
    height: 175px;
    overflow: hidden;
    color: #fff;
}
@media (min-width: 768px) {
    .component-heading-article__visual.has-image {
        height: 330px;
    }
}
@media (min-width: 992px) {
    .component-heading-article__visual.has-image {
        height: 400px;
    }
}
.component-heading-article__title-content {
    overflow: hidden;
}
@media (min-width: 768px) {
    .component-heading-article__title-content {
        overflow: visible;
    }
}
.component-heading-article__circle {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}
.component-heading-article__circle-group {
    stroke-width: 1.5;
}
@media (min-width: 768px) {
    .component-heading-article__circle-group {
        stroke-width: 1;
    }
}
@media (min-width: 992px) {
    .component-heading-article__circle-group {
        stroke-width: 0.7;
    }
}
.component-heading-article__circle-icon {
    display: inline-block;
    width: 290px;
    height: 290px;
}
@media (min-width: 768px) {
    .component-heading-article__circle-icon {
        width: 682px;
        height: 682px;
    }
}
@media (min-width: 992px) {
    .component-heading-article__circle-icon {
        width: 930px;
        height: 930px;
    }
}
.component-heading-article__circle-icon--right {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.component-heading-article__circle--left {
    left: 75%;
}
@media (min-width: 768px) {
    .component-heading-article__circle--left {
        left: 40%;
    }
}
@media (min-width: 992px) {
    .component-heading-article__circle--left {
        margin-top: 50px;
    }
}
@media (min-width: 992px) {
    .component-heading-article__circle--left.landing-page {
        margin-top: -90px;
    }
}
.component-heading-article__circle--right {
    right: 75%;
}
@media (min-width: 768px) {
    .component-heading-article__circle--right {
        right: 45%;
    }
}
@media (min-width: 992px) {
    .component-heading-article__circle--right {
        margin-top: -80px;
    }
}
.component-heading-article__text {
    position: relative;
    z-index: 2;
}
.component-heading-article__text--left {
    width: 75%;
}
@media (min-width: 768px) {
    .component-heading-article__text--left {
        width: 45%;
    }
}
.component-heading-article__text--right {
    margin-left: 25%;
}
@media (min-width: 768px) {
    .component-heading-article__text--right {
        margin-left: 50%;
    }
}
.component-heading-article__text--no-image {
    margin: 1.75rem 0;
}
@media (min-width: 768px) {
    .component-heading-article__text--no-image {
        margin-top: 2.5rem;
        margin-bottom: 1.5rem;
    }
}
@media (min-width: 992px) {
    .component-heading-article__text--no-image {
        margin-top: 3.4rem;
        margin-bottom: 0.875rem;
    }
}
.component-heading-article__title {
    font-size: 1.875rem;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0;
    font-weight: 500;
}
@media (min-width: 768px) {
    .component-heading-article__title {
        font-size: 2.5rem;
    }
}
@media (min-width: 992px) {
    .component-heading-article__title {
        font-size: 2.8125rem;
    }
}
.component-heading-article__sub-title {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0;
    margin-bottom: 2px;
    font-size: 14px;
    font-weight: 100;
}
@media (min-width: 768px) {
    .component-heading-article__sub-title {
        font-size: 16px;
    }
}
@media (min-width: 992px) {
    .component-heading-article__sub-title {
        font-size: 18px;
    }
}
.component-heading-article__descript {
    font-size: 0.875rem;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0;
}
@media (min-width: 992px) {
    .component-heading-article__descript {
        font-size: 1rem;
    }
}
.component-heading-landing__visual {
    color: #000;
}
.component-heading-landing__visual.has-image {
    position: relative;
    background-size: cover;
    height: 312px;
    overflow: hidden;
    color: #fff;
}
@media (min-width: 768px) {
    .component-heading-landing__visual.has-image {
        height: 370px;
    }
}
@media (min-width: 992px) {
    .component-heading-landing__visual.has-image {
        height: 450px;
    }
}
.component-heading-landing__title-content {
    overflow: hidden;
}
@media (min-width: 768px) {
    .component-heading-landing__title-content {
        overflow: visible;
    }
}
.component-heading-landing__circle {
    position: absolute;
    top: -140px;
    z-index: 1;
}
@media (min-width: 768px) {
    .component-heading-landing__circle {
        top: -220px;
    }
}
@media (min-width: 992px) {
    .component-heading-landing__circle {
        top: -380px;
    }
}
.component-heading-landing__circle-group {
    stroke-width: 2;
}
@media (min-width: 768px) {
    .component-heading-landing__circle-group {
        stroke-width: 1.5;
    }
}
@media (min-width: 992px) {
    .component-heading-landing__circle-group {
        stroke-width: 1;
    }
}
.component-heading-landing__circle-icon {
    display: inline-block;
    width: 305px;
    height: 305px;
}
@media (min-width: 768px) {
    .component-heading-landing__circle-icon {
        width: 620px;
        height: 620px;
    }
}
@media (min-width: 992px) {
    .component-heading-landing__circle-icon {
        width: 850px;
        height: 850px;
    }
}
.component-heading-landing__circle-icon--right {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.component-heading-landing__circle--left {
    left: 73%;
}
@media (min-width: 768px) {
    .component-heading-landing__circle--left {
        left: 47%;
    }
}
.component-heading-landing__circle--right {
    right: 80%;
}
@media (min-width: 768px) {
    .component-heading-landing__circle--right {
        right: 45%;
    }
}
.component-heading-landing__text {
    position: relative;
    z-index: 2;
}
.component-heading-landing__text--left {
    width: 73%;
}
@media (min-width: 768px) {
    .component-heading-landing__text--left {
        width: 47%;
    }
}
.component-heading-landing__text--right {
    margin-left: 20%;
}
@media (min-width: 768px) {
    .component-heading-landing__text--right {
        margin-left: 55%;
    }
}
.component-heading-landing__text--no-image {
    margin: 1.75rem 0;
}
@media (min-width: 768px) {
    .component-heading-landing__text--no-image {
        margin-top: 2.5rem;
        margin-bottom: 1.5rem;
    }
}
@media (min-width: 992px) {
    .component-heading-landing__text--no-image {
        margin-top: 3.4rem;
        margin-bottom: 0.875rem;
    }
}
.component-heading-landing__sub-title {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0;
    margin-bottom: 2px;
    font-size: 14px;
    font-weight: 100;
}
@media (min-width: 768px) {
    .component-heading-landing__sub-title {
        font-size: 16px;
    }
}
@media (min-width: 992px) {
    .component-heading-landing__sub-title {
        font-size: 18px;
    }
}
.component-heading-landing__title {
    font-size: 1.875rem;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0;
    font-weight: 500;
}
@media (min-width: 768px) {
    .component-heading-landing__title {
        font-size: 2.5rem;
    }
}
@media (min-width: 992px) {
    .component-heading-landing__title {
        font-size: 2.8125rem;
    }
}
.component-heading-landing__descript {
    font-size: 0.875rem;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0;
}
@media (min-width: 992px) {
    .component-heading-landing__descript {
        font-size: 1rem;
    }
}
.component-heading-video {
    position: relative;
    height: 505px;
    overflow: hidden;
}
@media (min-width: 768px) {
    .component-heading-video {
        height: 550px;
    }
}
@media (min-width: 992px) {
    .component-heading-video {
        height: 740px;
    }
}
@media (min-width: 1200px) {
    .component-heading-video {
        height: 870px;
    }
}
.component-heading-video__title {
    margin-bottom: 2rem;
    text-align: center;
    line-height: 1;
    color: #fff;
    font-size: 2rem;
}
@media (min-width: 768px) {
    .component-heading-video__title {
        font-size: 2.5rem;
    }
}
@media (min-width: 992px) {
    .component-heading-video__title {
        margin-bottom: 0.75rem;
        font-size: 5.3rem;
    }
}
.component-heading-video__text {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}
.component-heading-video .component-article-video .component-article-video__image {
    position: absolute;
    top: 0;
    left: 0;
    padding-bottom: 0;
    width: 100%;
    height: 100%;
}
.component-heading-video .component-article-video .component-article-video__image:hover::after {
    display: none;
}
.component-heading-video .component-article-video .glencore-video,
.component-heading-video .component-article-video .vjs-tech {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 100%;
}
.component-heading-video .component-article-video .glencore-video {
    min-width: 900px;
}
@media (min-width: 768px) {
    .component-heading-video .component-article-video .glencore-video {
        min-width: 100%;
    }
}
.component-heading-video .component-article-video__button-heading {
    margin-left: 0.75rem;
    background-color: transparent;
    background-size: cover;
    padding: 0;
    width: 36px;
    height: 36px;
}
@media (min-width: 992px) {
    .component-heading-video .component-article-video__button-heading {
        margin-left: 1rem;
        width: 47px;
        height: 47px;
    }
}
.component-heading-video .component-article-video__button-heading.btn-play {
    margin-left: auto;
    background-image: url(../img/icons/button-play.png);
}
.component-heading-video .component-article-video__button-heading.btn-pause {
    margin-left: auto;
    background-image: url(../img/icons/button-pause.png);
}
.component-heading-video .component-article-video__button-heading.btn-mute {
    background-image: url(../img/icons/button-mute.png);
}
.component-heading-video .component-article-video__button-heading.btn-unmute {
    background-image: url(../img/icons/button-unmute.png);
}
.component-heading-video .component-article-video__control {
    position: absolute;
    right: 0;
    bottom: 1rem;
    left: 0;
    margin: auto;
    text-align: right;
}
@media (min-width: 992px) {
    .component-heading-video .component-article-video__control {
        bottom: 1.75rem;
    }
}
.component-heading-video .component-article-video__button-scroll {
    display: inline-block;
    position: absolute;
    top: -4px;
    right: 0;
    left: 0;
    margin: auto;
    background-image: url(../img/icons/button-scroll-down.png);
    background-size: cover;
    width: 25px;
    height: 44px;
}
@media (min-width: 992px) {
    .component-heading-video .component-article-video__button-scroll {
        display: none;
    }
}
.component-heading-video .glencore-video.not-hover.vjs-has-started.vjs-paused.vjs-user-active .vjs-control-bar {
    display: none;
    -webkit-transform: none;
    transform: none;
}
.component-heading-video .glencore-video.not-hover.vjs-has-started.vjs-paused.vjs-user-inactive .vjs-control-bar {
    display: none;
    -webkit-transform: none;
    transform: none;
}
.component-heading-video .glencore-video.not-hover.vjs-has-started.vjs-playing.vjs-user-active .vjs-control-bar {
    display: none;
    -webkit-transform: none;
    transform: none;
}
.component-heading-video .glencore-video.not-hover.vjs-has-started.vjs-playing.vjs-user-inactive .vjs-control-bar {
    display: none;
    -webkit-transform: none;
    transform: none;
}
.component-heading-video .glencore-video.vjs-mouse .vjs-control-bar {
    display: none;
    -webkit-transform: none;
    transform: none;
}
.component-heading-video .glencore-video.vjs-has-started .vjs-control-bar {
    display: none;
}
.component-heading-video .vjs-big-play-button {
    display: none;
}
.component-heading-video .link {
    font-size: 1rem;
}
@keyframes fadeIn {
    0% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
.footer {
    position: relative;
    z-index: 1;
    background-color: #ededed;
    padding-top: 35px;
    padding-bottom: 40px;
    font-size: 0.9rem;
}
@media (min-width: 768px) {
    .footer__top {
        margin-bottom: 100px;
    }
}
.footer__top-links .footer__top-link {
    line-height: 2rem;
}
@media (min-width: 992px) {
    .footer__top-social {
        margin-bottom: 20px;
    }
}
.footer__top-social .col {
    padding: 0;
}
@media (min-width: 768px) {
    .footer__top-social-title {
        text-align: right;
    }
}
.footer__top-social-content {
    width: 100%;
    max-width: 285px;
}
@media (min-width: 768px) {
    .footer__top-social-content {
        float: right;
    }
}
.footer__extra {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
@media (min-width: 768px) {
    .footer__extra {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
@media (min-width: 768px) {
    .footer__extra-copyright {
        -webkit-box-flex: 0.35;
        -ms-flex: 0.35 0.35 0px;
        flex: 0.35 0.35 0;
    }
}
@media (min-width: 768px) {
    .footer__extra-items {
        -webkit-box-flex: 0.65;
        -ms-flex: 0.65 0.65 0px;
        flex: 0.65 0.65 0;
    }
}
@media (min-width: 768px) {
    .footer__extra-items-wrapper {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}
@media (min-width: 768px) {
    .footer__extra-items-price {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}
.footer__extra-text {
    font-size: 0.75rem;
    margin: 5px 0 35px;
}
@media (min-width: 768px) {
    .footer__extra-text {
        text-align: right;
    }
}
.footer a {
    color: #000 !important;
    font-weight: 100;
}
.footer .glencore-link__text {
    background-size: 0 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .footer .glencore-link,
    .footer .link {
        -webkit-transition: color 0.5s ease-in-out;
        transition: color 0.5s ease-in-out;
    }
    .footer .glencore-link:focus,
    .footer .glencore-link:hover,
    .footer .link:focus,
    .footer .link:hover {
        color: #80ba27;
    }
}
.modal {
    background: #fff;
    min-height: 100vh;
}
.modal-lg {
    padding: 0 15px;
    max-width: 945px;
}
.modal-header {
    border: 0;
}
.modal-header .button,
.modal-header button {
    background: 0 0;
}
.modal-header .button.close,
.modal-header button.close {
    font-size: 2rem;
    position: relative;
    font-weight: 100;
}
.modal-header .button.close::after,
.modal-header button.close::after {
    background-color: #80ba27;
    display: inline-block;
    position: absolute;
    bottom: 28px;
    left: 50%;
    margin-left: -8px;
    width: 16px;
    height: 1px;
    content: "";
}
.modal-header .button.close:focus,
.modal-header .button.close:hover,
.modal-header button.close:focus,
.modal-header button.close:hover {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.modal-body {
    padding: 0 2.5rem;
    min-height: 450px;
}
.modal-content {
    border: 0;
}
.modal-open .image,
.modal-open img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.modal-title {
    width: 100%;
    text-align: center;
}
.modal .component-tab-module__list-item {
    width: auto;
}
@media (min-width: 992px) {
    .glencore-page-title {
        position: relative;
        margin: 50px auto;
        padding-right: 80px;
        padding-left: 80px;
    }
}
.glencore-page-title__bar {
    margin-top: 1.25rem;
}
@media (min-width: 768px) {
    .glencore-page-title__bar {
        margin-top: 2.5rem;
    }
}
.glencore-page-title__cat {
    margin: 0;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 100;
}
.glencore-page-title__title {
    margin: -0.3125rem 0 0;
    font-size: 1.75rem;
    font-weight: 600;
}
@media (min-width: 576px) {
    .glencore-page-title__title {
        font-size: 2.5rem;
    }
}
@media (min-width: 768px) {
    .glencore-page-title__title {
        margin-bottom: 0.9375rem;
        line-height: 3.1875rem;
        font-size: 2.8125rem;
    }
}
.component-breadcrumb {
    position: relative;
    z-index: 9;
    margin: 0 0 1.5625rem;
    padding-right: 3rem;
    font-size: 0.75rem;
}
.component-breadcrumb__nav {
    display: none;
    margin: 0 0 2.1875rem;
}
@media (min-width: 576px) {
    .component-breadcrumb__nav {
        display: block;
        overflow: hidden;
    }
}
.component-breadcrumb__back {
    margin: 0;
    font-size: 0.75rem;
    font-weight: 600;
}
.component-breadcrumb__back-link {
    font-size: 0.75rem;
    display: inline-block;
    padding-left: 0.625rem;
    color: #000;
}
.component-breadcrumb__back-link::before {
    display: inline-block;
    position: absolute;
    top: 6px;
    left: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    width: 6px;
    height: 6px;
    content: "";
}
.component-breadcrumb .nav-item {
    width: 100%;
}
.component-breadcrumb .nav-item:nth-last-child(1),
.component-breadcrumb .nav-item:nth-last-child(2) {
    padding: 0;
    width: 100%;
}
.component-breadcrumb .nav-item:nth-last-child(1) {
    line-height: 32px;
    font-size: 28px;
    font-weight: 400;
}
.component-breadcrumb .nav-item:nth-last-child(2) {
    font-size: 14px;
}
@media (min-width: 576px) {
    .component-breadcrumb .nav-item {
        display: inline-block;
        position: relative;
        float: left;
        padding: 0 10px;
        width: auto;
    }
    .component-breadcrumb .nav-item::before {
        display: inline-block;
        position: absolute;
        top: 8px;
        left: 0;
        -webkit-transform: rotate(25deg);
        transform: rotate(25deg);
        background-color: #000;
        width: 1px;
        height: 12px;
        content: "";
    }
    .component-breadcrumb .nav-item:first-child {
        padding-left: 0;
    }
    .component-breadcrumb .nav-item:first-child::before {
        display: none;
    }
    .component-breadcrumb .nav-item:nth-last-child(1),
    .component-breadcrumb .nav-item:nth-last-child(2) {
        padding: 0 10px;
        width: auto;
        line-height: inherit;
        font-size: inherit;
    }
}
.component-breadcrumb .nav-link {
    font-size: 0.6875rem;
    padding: 0;
    color: #000 !important;
    font-weight: inherit;
}
@media (min-width: 576px) {
    .component-breadcrumb .nav-link {
        padding: 5px 0;
    }
}
.component-breadcrumb .nav-link.current {
    font-size: 0.6875rem;
    font-weight: 600;
}
.component-disclaimer__text {
    margin: auto 0;
    font-weight: 600;
}
@media (min-width: 576px) {
    .component-disclaimer__text {
        margin-bottom: 22px;
    }
}
@media (min-width: 992px) {
    .component-disclaimer__text {
        margin: auto 0;
    }
}
.component-disclaimer__btn-wrapper {
    display: inline-block;
}
.component-disclaimer__btn {
    margin-right: 15px;
}
.component-disclaimer__wrapper {
    padding: 20px;
}
@media (min-width: 576px) {
    .component-disclaimer__wrapper {
        margin-bottom: 22px;
        background-color: #ededed;
    }
}
@media (min-width: 992px) {
    .component-disclaimer__wrapper {
        margin-bottom: 0;
    }
}
.component-disclaimer__dropdown-wrapper {
    position: relative;
    margin-top: 15px;
}
@media (min-width: 576px) {
    .component-disclaimer__dropdown-wrapper {
        margin-top: 0;
        margin-bottom: 22px;
    }
}
@media (min-width: 992px) {
    .component-disclaimer__dropdown-wrapper {
        margin-bottom: 0;
    }
}
.component-disclaimer__dropdown-list-wrapper {
    position: absolute;
    z-index: 2;
    border-top: 1px solid #000;
    background-color: #ededed;
    padding: 5px 20px;
    width: 100%;
}
.component-disclaimer__dropdown-title {
    display: inline-block;
    background-color: #ededed;
    padding: 15px 20px;
    width: 100%;
    font-size: 14px;
}
@media (min-width: 576px) {
    .component-disclaimer__dropdown-title {
        background-color: #fdfdfd;
    }
}
.component-disclaimer__dropdown-title::before {
    display: inline-block;
    position: absolute;
    right: 10px;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-image: url(../img/icons/arrow-down.svg);
    background-size: cover;
    width: 24px;
    height: 12px;
    content: "";
}
@media (min-width: 576px) {
    .component-disclaimer__dropdown-title::before {
        right: 20px;
    }
}
.component-disclaimer__dropdown-title.open::before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.component-disclaimer__dropdown-title:focus,
.component-disclaimer__dropdown-title:hover {
    cursor: pointer;
}
.component-disclaimer__dropdown-item {
    display: block;
    border-bottom: 1px solid #000;
    padding: 5px 0;
}
.component-disclaimer__dropdown-item:last-child {
    border-bottom: 0;
}
.component-disclaimer__dropdown-item:focus,
.component-disclaimer__dropdown-item:hover {
    cursor: pointer;
}
.component-social-sharing {
    margin: 0 0 5px;
    line-height: 0;
}
.main__content .component-social-sharing {
    margin: 0;
}
.component-social-sharing .social-icon {
    display: block;
    margin: 0 auto 10px;
    cursor: pointer;
    width: 35px;
    height: 35px;
    overflow: hidden;
}
.main__content .component-social-sharing .social-icon {
    width: 38px;
    height: 38px;
}
.component-social-sharing .social-icon__messenger::after {
    display: none;
}
.component-social-sharing .social-icon .glencore-icon {
    display: block;
    -webkit-transition: background-position 0.5s ease-in-out;
    transition: background-position 0.5s ease-in-out;
    background-image: url(../img/icons/social-sharing.png);
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
}
.main__content .component-social-sharing .social-icon .glencore-icon {
    position: relative;
    top: 2px;
    margin: auto;
}
.component-article-sharing__button {
    margin: 0;
    border: 0;
    background: url(../img/icons/circle_bound.svg) no-repeat center center;
    background-color: transparent !important;
    background-size: 38px 38px;
    cursor: pointer;
    padding: 0;
    width: 58px;
    height: 58px;
    color: transparent;
    font-size: 0;
}
@media (max-width: 575.98px) {
    .component-article-sharing__button {
        height: 50px;
    }
}
.component-article-sharing__button-img {
    margin: 0;
    padding: 9px;
    width: 38px;
    height: 38px;
}
.component-article-sharing__button:focus,
.component-article-sharing__button:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
    background-image: url(../img/icons/circle_bound_active.svg);
}
.component-article-sharing__button .ic-delete {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 38px;
    height: 38px;
}
.component-article-sharing__button .ic-delete::after,
.component-article-sharing__button .ic-delete::before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -8px;
    background: #000;
    width: 16px;
    height: 2px;
    content: "";
}
.component-article-sharing__button .ic-delete::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.component-article-sharing__button .ic-delete::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.component-article-sharing__button[aria-expanded="false"] .image {
    visibility: visible;
    opacity: 1;
}
.component-article-sharing__button[aria-expanded="false"] .ic-delete {
    visibility: hidden;
    opacity: 0;
}
.component-article-sharing__button[aria-expanded="true"] {
    border-radius: 58px 58px 0 0;
}
.component-article-sharing__button[aria-expanded="true"] .image {
    visibility: hidden;
    opacity: 0;
}
.component-article-sharing__button[aria-expanded="true"] .ic-delete {
    visibility: visible;
    opacity: 1;
}
.component-article-sharing__content .card {
    border: 0;
    border-radius: 0;
    background-color: transparent;
}
.component-article-sharing .social-icon {
    border-radius: 100%;
    background: #fff url(../img/icons/circle_bound.svg) no-repeat center center;
    background-size: 100% auto;
}
.component-article-sharing .social-icon:hover {
    background-image: url(../img/icons/circle_bound_active.svg);
}
.component-article-sharing .social-icon__face .glencore-icon {
    background-position: 0 -32px;
}
.component-article-sharing .social-icon__face:focus .glencore-icon,
.component-article-sharing .social-icon__face:hover .glencore-icon {
    background-position: 0 -64px;
}
.component-article-sharing .social-icon__twit .glencore-icon {
    background-position: -32px -32px;
}
.component-article-sharing .social-icon__twit:focus .glencore-icon,
.component-article-sharing .social-icon__twit:hover .glencore-icon {
    background-position: -32px -64px;
}
.component-article-sharing .social-icon__link .glencore-icon {
    background-position: -64px -32px;
}
.component-article-sharing .social-icon__link:focus .glencore-icon,
.component-article-sharing .social-icon__link:hover .glencore-icon {
    background-position: -64px -64px;
}
.component-article-sharing .social-icon__youtube .glencore-icon {
    background-position: -96px -32px;
}
.component-article-sharing .social-icon__youtube:focus .glencore-icon,
.component-article-sharing .social-icon__youtube:hover .glencore-icon {
    background-position: -96px -64px;
}
.component-article-sharing .social-icon__instagram .glencore-icon {
    background-position: -128px -32px;
}
.component-article-sharing .social-icon__instagram:focus .glencore-icon,
.component-article-sharing .social-icon__instagram:hover .glencore-icon {
    background-position: -128px -64px;
}
.component-article-sharing .social-icon__share .glencore-icon {
    background-position: -160px -32px;
}
.component-article-sharing .social-icon__share:focus .glencore-icon,
.component-article-sharing .social-icon__share:hover .glencore-icon {
    background-position: -160px -64px;
}
.component-article-sharing .social-icon__whatsapp .glencore-icon {
    background-position: -192px -32px;
}
.component-article-sharing .social-icon__whatsapp:focus .glencore-icon,
.component-article-sharing .social-icon__whatsapp:hover .glencore-icon {
    background-position: -192px -64px;
}
.component-article-sharing .social-icon__googleplus .glencore-icon {
    background-position: -224px -32px;
}
.component-article-sharing .social-icon__googleplus:focus .glencore-icon,
.component-article-sharing .social-icon__googleplus:hover .glencore-icon {
    background-position: -224px -64px;
}
.component-article-sharing .social-icon__messenger .glencore-icon {
    background-position: -256px -32px;
}
.component-article-sharing .social-icon__messenger:focus .glencore-icon,
.component-article-sharing .social-icon__messenger:hover .glencore-icon {
    background-position: -256px -64px;
}
.component-article-sharing .card-body {
    padding: 0;
}
.component-article-sharing__box {
    top: -50px;
    right: 5px;
    z-index: 12;
    border-radius: 58px;
    background-color: #fff;
}
@media (min-width: 576px) {
    .component-article-sharing__box {
        top: -74px;
    }
}
.component-footer-sharing .social-icon__face .glencore-icon {
    background-position: 0 -64px;
}
.component-footer-sharing .social-icon__face:focus .glencore-icon,
.component-footer-sharing .social-icon__face:hover .glencore-icon {
    background-position: 0 -32px;
}
.component-footer-sharing .social-icon__twit .glencore-icon {
    background-position: -32px -64px;
}
.component-footer-sharing .social-icon__twit:focus .glencore-icon,
.component-footer-sharing .social-icon__twit:hover .glencore-icon {
    background-position: -32px -32px;
}
.component-footer-sharing .social-icon__link .glencore-icon {
    background-position: -64px -64px;
}
.component-footer-sharing .social-icon__link:focus .glencore-icon,
.component-footer-sharing .social-icon__link:hover .glencore-icon {
    background-position: -64px -32px;
}
.component-footer-sharing .social-icon__youtube .glencore-icon {
    background-position: -96px -64px;
}
.component-footer-sharing .social-icon__youtube:focus .glencore-icon,
.component-footer-sharing .social-icon__youtube:hover .glencore-icon {
    background-position: -96px -32px;
}
.component-footer-sharing .social-icon__instagram .glencore-icon {
    background-position: -128px -64px;
}
.component-footer-sharing .social-icon__instagram:focus .glencore-icon,
.component-footer-sharing .social-icon__instagram:hover .glencore-icon {
    background-position: -128px -32px;
}
.component-footer-sharing .social-icon__share .glencore-icon {
    background-position: -160px -64px;
}
.component-footer-sharing .social-icon__share:focus .glencore-icon,
.component-footer-sharing .social-icon__share:hover .glencore-icon {
    background-position: -160px -32px;
}
.component-cookies-policy {
    background-color: #000;
    padding: 30px 0;
    color: #fff;
}
@media (min-width: 768px) {
    .component-cookies-policy {
        margin-bottom: 40px;
    }
}
.component-cookies-policy__wrapper {
    position: relative;
}
.component-cookies-policy__close {
    position: absolute;
    top: 0;
    right: 15px;
    background-position: center;
    background-image: url(../img/icons/close_white.svg);
    background-size: cover;
    width: 18px;
    height: 18px;
}
.component-cookies-policy__close:hover {
    cursor: pointer;
}
.component-cookies-policy__content {
    font-size: 0.875rem;
}
.component-cookies-policy__title {
    font-size: 1rem;
    font-weight: 600;
}
.component-cookies-policy__link {
    color: #fff;
}
.component-cookies-policy__link:hover {
    color: #fff;
}
.component-cookies-policy__link .link__text {
    font-size: 0.875rem;
    background-image: linear-gradient(transparent calc(100% - 2px), #fff);
    color: #fff;
}
.component-layout-2-col__last {
    padding-top: 30px;
}
@media (min-width: 768px) {
    .component-layout-2-col__last {
        padding-top: 0;
    }
}
.component-carousel-header {
    width: 100%;
    overflow: hidden;
}
.component-carousel-header__background-layer {
    position: relative;
    z-index: 10;
}
.component-carousel-header__background-item {
    display: none;
    background-color: #ededed;
}
.component-carousel-header__background-item.active {
    display: block;
}
.component-carousel-header__image {
    -webkit-animation-name: fadeInTopCarousel;
    animation-name: fadeInTopCarousel;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0.7;
    background-position: center center;
    background-size: cover;
    height: 505px;
}
@media (min-width: 768px) {
    .component-carousel-header__image {
        height: 550px;
    }
}
@media (min-width: 992px) {
    .component-carousel-header__image {
        height: 740px;
    }
}
@media (min-width: 1200px) {
    .component-carousel-header__image {
        height: 870px;
    }
}
.component-carousel-header .circle-box {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 20;
}
.component-carousel-header__circle {
    position: absolute;
    top: -170px;
    left: -180px;
    z-index: 10;
    width: 100%;
}
@media (min-width: 768px) {
    .component-carousel-header__circle {
        top: -16.25rem;
        left: -290px;
    }
}
@media (min-width: 992px) {
    .component-carousel-header__circle {
        top: -19rem;
        left: -18.5rem;
    }
}
@media (min-width: 1200px) {
    .component-carousel-header__circle {
        top: -10rem;
    }
}
.component-carousel-header__circle-line {
    display: inline-block;
    position: absolute;
    width: 40rem;
    height: 40rem;
}
@media (min-width: 768px) {
    .component-carousel-header__circle-line {
        width: 49.5rem;
        height: 49.5rem;
    }
}
@media (min-width: 992px) {
    .component-carousel-header__circle-line {
        width: 63.5rem;
        height: 63.5rem;
    }
}
.component-carousel-header__circle-group {
    stroke-width: 3.5;
}
.component-carousel-header__intro-layer {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 30;
    width: 100%;
}
.component-carousel-header__intro-text {
    display: none;
}
.component-carousel-header__intro-text.active {
    display: block;
}
.component-carousel-header__intro-text .component-keep-up-to-date__item .details__content--instagram,
.component-carousel-header__intro-text .component-profile__content.grid .glencore-container,
.component-carousel-header__intro-text .component-profile__content.grid .item-wrapper,
.component-carousel-header__intro-text .row,
.component-keep-up-to-date__item .component-carousel-header__intro-text .details__content--instagram,
.component-profile__content.grid .component-carousel-header__intro-text .glencore-container,
.component-profile__content.grid .component-carousel-header__intro-text .item-wrapper {
    padding-top: 1.875rem;
}
@media (min-width: 768px) {
    .component-carousel-header__intro-text .component-keep-up-to-date__item .details__content--instagram,
    .component-carousel-header__intro-text .component-profile__content.grid .glencore-container,
    .component-carousel-header__intro-text .component-profile__content.grid .item-wrapper,
    .component-carousel-header__intro-text .row,
    .component-keep-up-to-date__item .component-carousel-header__intro-text .details__content--instagram,
    .component-profile__content.grid .component-carousel-header__intro-text .glencore-container,
    .component-profile__content.grid .component-carousel-header__intro-text .item-wrapper {
        padding-top: 6.4rem;
        padding-left: 1rem;
    }
}
@media (min-width: 992px) {
    .component-carousel-header__intro-text .component-keep-up-to-date__item .details__content--instagram,
    .component-carousel-header__intro-text .component-profile__content.grid .glencore-container,
    .component-carousel-header__intro-text .component-profile__content.grid .item-wrapper,
    .component-carousel-header__intro-text .row,
    .component-keep-up-to-date__item .component-carousel-header__intro-text .details__content--instagram,
    .component-profile__content.grid .component-carousel-header__intro-text .glencore-container,
    .component-profile__content.grid .component-carousel-header__intro-text .item-wrapper {
        padding-top: 9.75rem;
        padding-left: 3.75rem;
    }
}
@media (min-width: 1200px) {
    .component-carousel-header__intro-text .component-keep-up-to-date__item .details__content--instagram,
    .component-carousel-header__intro-text .component-profile__content.grid .glencore-container,
    .component-carousel-header__intro-text .component-profile__content.grid .item-wrapper,
    .component-carousel-header__intro-text .row,
    .component-keep-up-to-date__item .component-carousel-header__intro-text .details__content--instagram,
    .component-profile__content.grid .component-carousel-header__intro-text .glencore-container,
    .component-profile__content.grid .component-carousel-header__intro-text .item-wrapper {
        padding-top: 18.75rem;
    }
}
@media (min-width: 1200px) {
    .component-article-video__modal .component-carousel-header__intro-text .glencore-wrapper,
    .component-carousel-header__intro-text .component-article-video__modal .glencore-wrapper,
    .component-carousel-header__intro-text .component-header .lg-container,
    .component-carousel-header__intro-text .component-header__main-nav .component-header__main-nav-top,
    .component-carousel-header__intro-text .component-header__wrapper,
    .component-carousel-header__intro-text .container,
    .component-header .component-carousel-header__intro-text .lg-container,
    .component-header__main-nav .component-carousel-header__intro-text .component-header__main-nav-top {
        max-width: 1400px;
    }
}
.component-carousel-header__text {
    color: #fff;
}
.component-carousel-header__text.col-8 {
    padding: 0 3rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .component-carousel-header__text.col-8 {
        padding: 0;
    }
}
@media (min-width: 1200px) {
    .component-carousel-header__text.col-8 {
        padding: 0 5rem;
    }
}
.component-carousel-header__text .link {
    -webkit-animation-name: fadeOutDownTopCarousel;
    animation-name: fadeOutDownTopCarousel;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 1;
}
.component-carousel-header__text .link.animate {
    -webkit-animation-name: fadeInUpTopCarousel;
    animation-name: fadeInUpTopCarousel;
    -webkit-animation-delay: 2.2s;
    animation-delay: 2.2s;
    opacity: 0;
}
.component-carousel-header__text .link.show {
    -webkit-animation-name: fadeInUpTopCarousel;
    animation-name: fadeInUpTopCarousel;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    opacity: 0;
}
.component-carousel-header__title {
    font-size: 1.75rem;
    -webkit-animation-name: fadeOutDownTopCarousel;
    animation-name: fadeOutDownTopCarousel;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 1;
    font-weight: 500;
}
@media (min-width: 768px) {
    .component-carousel-header__title {
        max-width: 21.875rem;
        font-size: 2.5rem;
    }
}
@media (min-width: 992px) {
    .component-carousel-header__title {
        max-width: 23.3125rem;
        font-size: 2.8125rem;
    }
}
@media (min-width: 1200px) {
    .component-carousel-header__title {
        max-width: 28.75rem;
    }
}
.component-carousel-header__title.animate {
    -webkit-animation-name: fadeInUpTopCarousel;
    animation-name: fadeInUpTopCarousel;
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s;
    opacity: 0;
}
.component-carousel-header__title.show {
    -webkit-animation-name: fadeInUpTopCarousel;
    animation-name: fadeInUpTopCarousel;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    opacity: 0;
}
.component-carousel-header__descript {
    font-size: 0.875rem;
    -webkit-animation-name: fadeOutDownTopCarousel;
    animation-name: fadeOutDownTopCarousel;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 1;
}
@media (min-width: 768px) {
    .component-carousel-header__descript {
        max-width: 14.0625rem;
    }
}
@media (min-width: 992px) {
    .component-carousel-header__descript {
        max-width: 18.3125rem;
        font-size: 1rem;
    }
}
@media (min-width: 1200px) {
    .component-carousel-header__descript {
        max-width: 22.5rem;
    }
}
.component-carousel-header__descript.animate {
    -webkit-animation-name: fadeInUpTopCarousel;
    animation-name: fadeInUpTopCarousel;
    -webkit-animation-delay: 2.2s;
    animation-delay: 2.2s;
    opacity: 0;
}
.component-carousel-header__descript.show {
    -webkit-animation-name: fadeInUpTopCarousel;
    animation-name: fadeInUpTopCarousel;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    opacity: 0;
}
.component-carousel-header .carousel-box {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 40;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .component-carousel-header .carousel-box {
        padding: 0;
        max-width: 100%;
    }
}
@media (min-width: 992px) {
    .component-carousel-header .carousel-box {
        bottom: 3rem;
        padding: 0 6rem;
    }
}
@media (min-width: 1200px) {
    .component-carousel-header .carousel-box {
        bottom: 15px;
    }
}
.component-carousel-header__wrapper {
    position: relative;
}
.component-carousel-header__wrapper.animate .big {
    opacity: 1;
}
.component-carousel-header__wrapper.animate .medium {
    opacity: 1;
}
.component-carousel-header__wrapper.animate .tiny {
    opacity: 1;
}
.component-carousel-header__wrapper .fade {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.component-carousel-header__box {
    position: relative;
    color: #fff;
}
.component-carousel-header__box-circle {
    stroke: #80ba27;
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 20px;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    width: 20px;
    height: 20px;
}
.component-carousel-header__box-title {
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    font-size: 0.8rem;
}
@media (min-width: 992px) {
    .component-carousel-header__box-title {
        font-size: 0.875rem;
    }
}
.component-carousel-header__box-title.box-animate {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    opacity: 1;
}
.component-carousel-header__box-title.animate {
    -webkit-animation-name: fadeInUpHeader;
    animation-name: fadeInUpHeader;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    opacity: 0;
}
.component-carousel-header__box-title.show {
    -webkit-animation-name: fadeInUpHeader;
    animation-name: fadeInUpHeader;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    opacity: 0;
}
.component-carousel-header__box-title.box-static {
    -webkit-animation-name: fadeInUpHeader;
    animation-name: fadeInUpHeader;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
}
.component-carousel-header__box-descript {
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    font-size: 0.875rem;
}
@media (min-width: 992px) {
    .component-carousel-header__box-descript {
        font-size: 1rem;
    }
}
.component-carousel-header__box-descript.box-animate {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
    opacity: 1;
}
.component-carousel-header__box-descript.animate {
    -webkit-animation-name: fadeInUpHeader;
    animation-name: fadeInUpHeader;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
    opacity: 0;
}
.component-carousel-header__box-descript.show {
    -webkit-animation-name: fadeInUpHeader;
    animation-name: fadeInUpHeader;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    opacity: 0;
}
.component-carousel-header__box-descript.box-static {
    -webkit-animation-name: fadeInUpHeader;
    animation-name: fadeInUpHeader;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    margin-bottom: 21px;
}
.component-carousel-header__box-link {
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    font-size: 0.875rem;
}
@media (min-width: 992px) {
    .component-carousel-header__box-link {
        font-size: 1rem;
    }
}
.component-carousel-header__box-link:hover {
    color: #80ba27;
}
.component-carousel-header__box-link.box-animate {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
    opacity: 1;
}
.component-carousel-header__box-link.animate {
    -webkit-animation-name: fadeInUpHeader;
    animation-name: fadeInUpHeader;
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
    opacity: 0;
}
.component-carousel-header__box-link.show {
    -webkit-animation-name: fadeInUpHeader;
    animation-name: fadeInUpHeader;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    opacity: 0;
}
.component-carousel-header__box-link.box-static {
    -webkit-animation-name: fadeInUpHeader;
    animation-name: fadeInUpHeader;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
}
.component-carousel-header .swiper-wrapper {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.component-carousel-header .swiper-slide {
    padding: 20px;
    height: auto;
}
.component-carousel-header__control {
    margin: 15px auto;
}
.component-carousel-header__control li {
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    border-radius: 10px;
    background-color: #80ba27;
    outline: 0;
    padding: 0;
    width: 10px;
    height: 10px;
}
.component-carousel-header__control li.active {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
.component-carousel-header__control li::after,
.component-carousel-header__control li::before {
    display: none;
}
.component-carousel-header__layer-black {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.8;
    background-color: #000;
    width: 100%;
    height: 100%;
}
.component-carousel-header__layer-white {
    border-left-color: #80ba27;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    border-width: 0 0 0 4px;
    border-style: solid;
    background-color: #fff;
    padding: 20px;
    width: 100%;
    height: 100%;
    color: #000;
}
.component-carousel-header__layer-white.slide-down {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-name: slideDown;
    animation-name: slideDown;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}
.component-carousel-header__layer-white.slide-up {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-animation-name: slideUp;
    animation-name: slideUp;
}
@media (min-width: 768px) {
    .component-carousel-header__slide-sm {
        visibility: hidden;
        opacity: 0;
        height: 0;
    }
}
.component-carousel-header__slide-md {
    margin-bottom: 15px;
    overflow: hidden;
}
.component-carousel-header__slide-md-item {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-animation-name: slideUp;
    animation-name: slideUp;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    cursor: pointer;
}
.component-carousel-header__slide-md-item:nth-child(1) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.component-carousel-header__slide-md-item:nth-child(2) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
.component-carousel-header__slide-md-item:nth-child(3) {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}
.component-carousel-header__slide-md-item:hover .component-carousel-header__layer-black {
    background-color: rgba(50, 50, 50, 0.9);
}
.component-carousel-header__scroll {
    display: block;
    position: relative;
    margin: auto;
    border: 2px solid #fff;
    border-radius: 13px;
    width: 26px;
    height: 44px;
    text-align: center;
}
.component-carousel-header__scroll .circle {
    position: absolute;
    left: 50%;
    -webkit-animation: coolDownCircle 2s infinite;
    animation: coolDownCircle 2s infinite;
    margin-left: -1px;
    border-radius: 2px;
    background: #fff;
    width: 2px;
    height: 2px;
}
.component-carousel-header__scroll .circle__1 {
    top: 10px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.component-carousel-header__scroll .circle__2 {
    top: 15px;
    -webkit-animation-delay: 0.15s;
    animation-delay: 0.15s;
}
.component-carousel-header__scroll .circle__3 {
    top: 20px;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.component-carousel-header__scroll .circle__4 {
    top: 25px;
    -webkit-animation-delay: 0.45s;
    animation-delay: 0.45s;
}
.component-carousel-header__scroll::before {
    display: inline-block;
    position: absolute;
    bottom: 7px;
    left: 7px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #fff;
    width: 8px;
    height: 8px;
    content: "";
}
@-webkit-keyframes coolDownCircle {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes coolDownCircle {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.component-profile__wrapper {
    position: relative;
}
.component-profile__wrapper.tab .component-tab-module__item-control {
    display: block;
}
.component-profile__content.grid .glencore-container {
    margin-right: 0;
    margin-left: 0;
    padding: 0;
}
.component-profile__content.grid .glencore-thumbnail {
    height: 7.8125rem;
    background-repeat: no-repeat;
    background-position: 50% 20%;
    background-size: auto 150%;
}
@media (min-width: 576px) {
    .component-profile__content.grid .glencore-thumbnail {
        background-size: 100% auto;
    }
}
@media (min-width: 992px) {
    .component-profile__content.grid .glencore-thumbnail {
        height: 10.3125rem;
    }
}
@media (min-width: 768px) {
    .component-profile__content.grid .item {
        margin-bottom: 1.5625rem;
    }
}
.component-profile__content.grid .item--heading {
    display: none;
}
.component-profile__content.grid .item__link .link__text {
    font-size: 1rem;
    -webkit-animation: none;
    animation: none;
    background: 0 0;
    font-weight: 500;
}
@media (min-width: 768px) {
    .component-profile__content.grid .item__link .link__text {
        font-size: 1.125rem;
        line-height: 1.5rem;
    }
}
@media (min-width: 768px) {
    .component-profile__content.grid .item-first,
    .component-profile__content.grid .item-last {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.component-profile__content.grid .item-first {
    margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
    .component-profile__content.grid .item-first {
        margin-bottom: 0.3125rem;
    }
}
@media (min-width: 992px) {
    .component-profile__content.grid .item-first {
        margin-bottom: 0.9375rem;
    }
}
.component-profile__content.grid .job {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
@media (min-width: 768px) {
    .component-profile__content.grid .job {
        font-size: 1rem;
    }
}
@media (min-width: 992px) {
    .component-profile__content.grid .job {
        font-size: 1.125rem;
    }
}
.component-profile__content.tab {
    position: absolute;
    top: 50px;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    visibility: hidden;
    opacity: 0;
    z-index: 10;
    margin: 0;
    background: #ededed;
    padding: 0 0 15px;
    width: 100%;
}
@media (min-width: 576px) {
    .component-profile__content.tab {
        display: block;
        position: relative;
        top: 0;
        -webkit-transform: none;
        transform: none;
        visibility: visible;
        opacity: 1;
        margin-bottom: 30px;
        padding: 15px 0 15px calc(100% - 200px);
    }
}
@media (min-width: 992px) {
    .component-profile__content.tab {
        margin-bottom: 45px;
        padding-left: calc(100% - 230px);
    }
}
.component-profile__content.tab.show {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    visibility: visible;
    opacity: 1;
}
.component-profile__content.tab .glencore-container {
    margin: 0;
    padding: 0;
}
.component-profile__content.tab .glencore-thumbnail {
    display: none;
    position: absolute;
    top: 0;
    right: 200px;
    bottom: 0;
    left: 0;
    background-position: top center;
    background-size: cover;
}
@media (min-width: 992px) {
    .component-profile__content.tab .glencore-thumbnail {
        right: 230px;
    }
    .component-profile__content.tab .glencore-thumbnail::before {
        display: none;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        background: #fff;
        width: 15px;
        content: "";
    }
}
@media (min-width: 992px) and (min-width: 992px) {
    .component-profile__content.tab .glencore-thumbnail::before {
        display: inline-block;
    }
}
.component-profile__content.tab .item {
    padding: 0.3125rem 0.9375rem;
}
@media (min-width: 576px) {
    .component-profile__content.tab .item {
        padding-left: 1.25rem;
    }
}
@media (min-width: 992px) {
    .component-profile__content.tab .item {
        padding-top: 0.4375rem;
        padding-bottom: 0.4375rem;
    }
}
.component-profile__content.tab .item.active .item__link {
    color: #000;
}
.component-profile__content.tab .item.active .item__link .link__text:focus,
.component-profile__content.tab .item.active .item__link .link__text:hover {
    -webkit-animation: none;
    animation: none;
}
@media (min-width: 576px) {
    .component-profile__content.tab .item.active .glencore-thumbnail {
        display: block;
    }
}
.component-profile__content.tab .item__link {
    color: #80ba27;
}
.component-profile__content.tab .item__link:focus,
.component-profile__content.tab .item__link:hover {
    color: #000;
}
.component-profile__content.tab .item--heading {
    padding-bottom: 0;
}
.component-profile__content.tab .item .job {
    display: none;
}
.component-profile__content.tab .item .job.show {
    display: inline-block;
}
.component-profile__content.tab .link {
    font-weight: 500;
}
.component-profile__content-wrapper {
    position: static;
    width: 100%;
}
.component-profile__main {
    display: none;
    padding-top: 25px;
}
@media (min-width: 768px) {
    .component-profile__main {
        padding-top: 0;
    }
}
@media (min-width: 992px) {
    .component-profile__main {
        margin-top: 10px;
    }
}
.component-profile__main.open {
    display: block;
}
.component-profile__heading.hidden {
    display: none;
}
.component-profile__heading .title {
    font-size: 1.5rem;
    line-height: 1.875rem;
    margin: 0 0 10px;
    font-weight: 100;
}
@media (min-width: 768px) {
    .component-profile__heading .title {
        font-size: 1.875rem;
    }
}
@media (min-width: 992px) {
    .component-profile__heading .title {
        font-size: 2.125rem;
        margin-bottom: 35px;
    }
}
.component-profile__heading .desc {
    font-size: 1.125rem;
    line-height: 1.5rem;
    margin: 0 0 1.875rem;
}
@media (min-width: 992px) {
    .component-profile__heading .desc {
        margin-bottom: 2.1875rem;
        font-size: 1.3125rem;
        line-height: 1.6875rem;
    }
}
.component-profile__name {
    line-height: 1.25rem;
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
}
@media (min-width: 576px) {
    .component-profile__name {
        font-size: 1.25rem;
        line-height: 1.625rem;
    }
}
@media (min-width: 992px) {
    .component-profile__name {
        font-size: 1.5rem;
        line-height: 1.5rem;
    }
}
.component-profile__title {
    font-size: 0.875rem;
    margin: 0 0 10px;
}
@media (min-width: 576px) {
    .component-profile__title {
        font-size: 1.25rem;
        line-height: 1.625rem;
    }
}
@media (min-width: 992px) {
    .component-profile__title {
        font-size: 1.125rem;
        line-height: 1.5rem;
        margin-bottom: 15px;
    }
}
.component-profile__thumbnail {
    display: block;
    margin: 0 0 15px;
    background-position: center center;
    background-size: cover;
    height: 265px;
}
.component-profile__desc {
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding: 0 0 10px;
    text-transform: uppercase;
}
.component-profile__appointed {
    font-size: 0.875rem;
}
@media (min-width: 576px) {
    .component-profile__appointed {
        font-size: 1rem;
    }
}
.component-profile__appointed-desc p {
    margin: 0 0 20px;
}
.component-profile__appointed-desc > p:first-child::before {
    content: "Appointed: ";
}
@media (min-width: 576px) {
    .component-profile__appointed-desc > p:first-child::before {
        display: none;
    }
}
.component-profile__appointed .title {
    margin: 0 0 5px;
    font-size: 1.125rem;
    font-weight: 600;
}
.component-profile__experience {
    font-size: 0.875rem;
}
@media (min-width: 576px) {
    .component-profile__experience {
        font-size: 1rem;
    }
}
.component-profile__experience-desc p {
    margin: 0 0 20px;
}
.component-profile__experience-desc > p:first-child::before {
    content: "Experience: ";
}
@media (min-width: 576px) {
    .component-profile__experience-desc > p:first-child::before {
        display: none;
    }
}
.component-profile__experience .title {
    margin: 0 0 5px;
    font-size: 1.125rem;
    font-weight: 600;
}
.component-profile .item {
    list-style: none;
}
.component-profile .item__link {
    padding-right: 0;
    padding-left: 0;
}
.component-profile .item__link:focus,
.component-profile .item__link:hover {
    cursor: pointer;
}
.component-profile .item--heading {
    display: none;
    padding-left: 45px;
    text-transform: uppercase;
    font-size: 0.9rem;
}
@media (min-width: 576px) {
    .component-profile .item--heading {
        display: inline-block;
    }
}
.component-profile .item.active .item__link:focus,
.component-profile .item.active .item__link:hover {
    cursor: default;
}
.component-profile .glencore-viewmore {
    font-size: 0.875rem;
    color: #80ba27;
    display: none;
    background: 0 0;
    cursor: pointer;
    padding-right: 0;
    padding-left: 0;
    text-transform: none;
}
@media (min-width: 992px) {
    .component-profile .glencore-viewmore {
        font-size: 1rem;
    }
}
.component-profile .glencore-viewmore.open {
    display: inline-block;
}
.component-profile .tab-content {
    display: none;
    padding: 0;
}
.component-profile .tab-content br {
    display: none;
}
.component-profile .tab-content.open {
    display: block;
}
.component-profile .component-tab-module__item-control {
    display: none;
}
.component-profile .clearfix::after,
.component-profile .clearfix::before {
    display: table;
    clear: both;
    content: "";
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .component-profile .glencore-viewmore:focus,
    .component-profile .glencore-viewmore:hover {
        color: #fff;
    }
}
.component-map {
    margin: 0 0 30px;
}
.component-map__search {
    border-color: #80ba27;
    position: relative;
    margin: 0 -15px;
    border-left-width: 4px;
    border-left-style: solid;
    background-color: #ededed;
}
.component-map__search::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -10px;
    background: url(../img/icons/search.svg) no-repeat center center;
    width: 21px;
    height: 21px;
    content: "";
}
.component-map__search .form-control {
    background-color: transparent;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 0.3rem;
    height: 24px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.component-map__search .form-control::-webkit-input-placeholder {
    color: #000;
    font-size: 14px;
}
.component-map__search .form-control::-moz-placeholder {
    color: #000;
    font-size: 14px;
}
.component-map__search .form-control:-ms-input-placeholder {
    color: #000;
    font-size: 14px;
}
.component-map__search .form-control::-ms-input-placeholder {
    color: #000;
    font-size: 14px;
}
.component-map__search .form-control::placeholder {
    color: #000;
    font-size: 14px;
}
.component-map__search--error,
.component-map__search--results {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 3;
    background-color: rgba(255, 255, 255, 0.97);
    padding-left: 130px;
    list-style-type: none;
}
@media (max-width: 767.98px) {
    .component-map__search--error,
    .component-map__search--results {
        padding-left: 30px;
    }
}
.component-map__search--error {
    top: 100%;
}
@media (min-width: 576px) {
    .component-map__search--results {
        position: relative;
        border-bottom: 1px solid #ededed;
        max-height: 350px;
        overflow-y: scroll;
    }
    .component-map__search--results::before {
        display: block;
        position: absolute;
        top: 0;
        left: -5px;
        background: #80ba27;
        width: 5px;
        content: "";
    }
    .component-map__search--results li:last-child {
        padding-bottom: 20px;
    }
}
.component-map__search--item {
    background-color: transparent !important;
}
.component-map__search--close {
    position: absolute;
    top: 55px;
    right: 0;
    z-index: 4;
    background-color: transparent !important;
}
.component-map__search--placeholder {
    margin-bottom: 0;
    padding-left: 1rem;
}
.component-map__search--category {
    position: absolute;
    top: 7px;
    left: -25px;
}
.component-map__search > .input-group > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}
.component-map__interactive {
    position: relative;
}
.component-map__interactive--intro {
    position: absolute;
    top: 20px;
    right: 0;
    left: 0;
    z-index: 10;
    margin: auto;
    border: 1px solid #ededed;
    background: #fff;
    padding: 30px;
    width: 595px;
}
.component-map__interactive--intro .button-close {
    position: absolute;
    top: 10px;
    right: 0;
    background-color: transparent;
}
.component-map__interactive--intro p {
    font-size: 20px;
}
.component-map__interactive--overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.7);
    width: 100%;
    height: 100%;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .component-map__interactive {
        margin: 0 -40px;
    }
}
@media (min-width: 992px) {
    .component-map__interactive {
        margin: 0 -15px;
    }
}
.component-map__interactive.custom {
    margin-bottom: 160px;
}
.component-map__interactive.custom .map {
    height: 640px;
}
.component-map__interactive.custom .component-map__interactive--desc,
.component-map__interactive.custom .component-map__interactive--overlay {
    display: none;
}
.component-map__interactive.custom .component-map__interactive--intro {
    top: auto;
    bottom: -130px;
}
.component-map__interactive.custom .component-map__interactive--intro .button-close {
    display: none;
}
.component-map__interactive.custom .component-map__interactive--heading {
    font-size: 1.25rem;
}
.component-map__tab-list {
    border-color: #80ba27;
    border-width: 0 0 0 4px;
    border-style: solid;
    list-style-type: none;
}
.component-map__tab-list [class*="all"] {
    background-color: #000;
}
.component-map__tab-list .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 56px;
}
.component-map__tab-list .item__title {
    padding: 2px 10px 0;
    width: 100%;
    text-align: center;
    line-height: 1.25rem;
}
.component-map__location-image {
    margin: 0 -15px 20px;
    border-width: 0 0 1px;
    border-color: #ededed;
    border-style: solid;
    background-image: url(../img/map/world-map.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 210px;
}
.component-map__location-item {
    width: 95px;
    list-style-type: none;
    list-style-type: none;
}
.component-map__location-total {
    display: none;
    line-height: 10px;
    font-size: 20px;
}
.component-map__location-label {
    display: inline-block;
    padding: 5px 0;
    text-transform: capitalize;
    line-height: 18px;
    font-size: 13px;
}
.component-map__location-label img {
    opacity: 0;
}
.component-map__location-label.active img {
    opacity: 1;
}
.component-map__location--map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 25px -15px 0;
    background-position: center;
    background-image: url(../img/map/world-map.png);
    background-repeat: no-repeat;
    padding: 0;
}
.component-map__location--map.custom {
    margin-top: 0;
    border-width: 0 0 1px;
    border-color: #ededed;
    border-style: solid;
    background: #fff;
    padding-bottom: 20px;
}
.component-map__location--map .component-map__location-item:nth-child(4) {
    margin-left: 18%;
}
.component-map__filter {
    border-color: #80ba27;
}
.component-map__filter--assets {
    list-style-type: none;
}
.component-map__filter--assets li {
    display: inline-block;
}
.component-map__filter--assets li::after {
    display: inline-block;
    padding: 0 4px 0 1px;
    content: "&";
}
.component-map__filter--assets li:last-child::after {
    display: none;
}
.component-map__filter-category,
.component-map__filter-country,
.component-map__filter-region {
    margin-top: 15px;
}
.component-map__filter-region {
    display: none;
}
.component-map__filter-category .component-tab-module__item-header {
    color: inherit;
}
@media (min-width: 992px) {
    .component-map__filter {
        margin: 0 -15px;
        border-width: 0 0 0 4px;
        border-style: solid;
        background-color: #ededed;
        padding: 20px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .component-map__filter {
        padding: 10px 50px;
    }
    .component-map__filter .component-tab-module__list-items {
        display: none;
        padding: 20px 30px;
    }
    .component-map__filter .component-tab-module__list-items.show {
        display: block;
    }
    .component-map__filter .component-tab-module__list-item {
        background-color: transparent;
    }
}
.component-map__filter .component-tab-module__list-items {
    -webkit-transform: none;
    transform: none;
}
@media (max-width: 991.98px) {
    .component-map__filter .component-map__filter-wrapper {
        overflow-x: scroll;
        overflow-y: hidden;
    }
}
.component-map .component-tab-module__list-item {
    position: relative;
    border: 0;
    width: 100%;
    text-transform: inherit;
    text-align: left;
}
.component-map .component-tab-module__list-item .component-tab-module__item-checkbox {
    position: absolute;
    top: 6px;
    width: 16px;
    height: 16px;
    content: "";
    border: 1px solid;
}
.component-map .component-tab-module__list-item .component-tab-module__item-text {
    border: 0;
    padding-left: 25px;
    color: #000 !important;
    font-size: 13px;
    font-weight: 100;
}
.component-map .component-tab-module__list-item .component-tab-module__item-label {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 14px;
    font-size: 10px;
    font-weight: 100;
}
.component-map .component-tab-module__list-item .component-tab-module__item-label .component-tab-module__item-image {
    width: 100%;
}
.component-map .component-tab-module__list-item.active .component-tab-module__item-text {
    border: 0;
    background-color: transparent;
}
.component-map .component-tab-module__list-item.all::before {
    border: 1px solid #000;
}
.component-map .component-tab-module__list-item.all.active::before {
    background-color: #000;
}
.component-map .component-tab-module__item-header {
    min-height: 44px;
    text-transform: capitalize;
}
.component-map .component-tab-module__item-header.background--all {
    background-color: #000;
    color: #fff;
}
.component-map .component-tab-module__item-header.background--all::before {
    background-image: url(../img/icons/arrow-down-white.png);
}
.component-map .component-tab-module__item-header.background--energy {
    text-transform: capitalize;
    color: #fff;
}
.component-map .component-tab-module__item-header.background--energy::before {
    background-image: url(../img/icons/arrow-down-white.png);
}
.component-map .component-tab-module__item-header.background--energy.open::before {
    background-image: url(../img/icons/close_white.svg);
}
.component-map .component-tab-module__item-header.background--minerals {
    text-transform: capitalize;
    color: #fff;
}
.component-map .component-tab-module__item-header.background--minerals::before {
    background-image: url(../img/icons/arrow-down-white.png);
}
.component-map .component-tab-module__item-header.background--minerals.open::before {
    background-image: url(../img/icons/close_white.svg);
}
.component-map .component-tab-module__item-header.background--agriculture {
    text-transform: capitalize;
    color: #fff;
}
.component-map .component-tab-module__item-header.background--agriculture::before {
    background-image: url(../img/icons/arrow-down-white.png);
}
.component-map .component-tab-module__item-header.background--agriculture.open::before {
    background-image: url(../img/icons/close_white.svg);
}
.component-map .component-tab-module__item-header.background--marketing {
    text-transform: capitalize;
    color: #fff;
}
.component-map .component-tab-module__item-header.background--marketing::before {
    background-image: url(../img/icons/arrow-down-white.png);
}
.component-map .component-tab-module__item-header.background--marketing.open::before {
    background-image: url(../img/icons/close_white.svg);
}
.component-map .component-tab-module__item-header.background--offices {
    text-transform: capitalize;
    color: #fff;
}
.component-map .component-tab-module__item-header.background--offices::before {
    background-image: url(../img/icons/arrow-down-white.png);
}
.component-map .component-tab-module__item-header.background--offices.open::before {
    background-image: url(../img/icons/close_white.svg);
}
.component-map .component-tab-module__item-header.background--black {
    text-transform: capitalize;
    color: #fff;
}
.component-map .component-tab-module__item-header.background--black::before {
    background-image: url(../img/icons/arrow-down-white.png);
}
.component-map .component-tab-module__item-header.background--black.open::before {
    background-image: url(../img/icons/close_white.svg);
}
.component-map .component-tab-module__item-header.background--gray-dark {
    text-transform: capitalize;
    color: #fff;
}
.component-map .component-tab-module__item-header.background--gray-dark::before {
    background-image: url(../img/icons/arrow-down-white.png);
}
.component-map .component-tab-module__item-header.background--gray-dark.open::before {
    background-image: url(../img/icons/close_white.svg);
}
.component-map .component-tab-module__item-header.background--logistics {
    text-transform: capitalize;
    color: #fff;
}
.component-map .component-tab-module__item-header.background--logistics::before {
    background-image: url(../img/icons/arrow-down-white.png);
}
.component-map .component-tab-module__item-header.background--logistics.open::before {
    background-image: url(../img/icons/close_white.svg);
}
.component-map .component-tab-module__item-header.background--storage {
    text-transform: capitalize;
    color: #fff;
}
.component-map .component-tab-module__item-header.background--storage::before {
    background-image: url(../img/icons/arrow-down-white.png);
}
.component-map .component-tab-module__item-header.background--storage.open::before {
    background-image: url(../img/icons/close_white.svg);
}
.component-map .component-tab-module__item-header.background--processing {
    text-transform: capitalize;
    color: #fff;
}
.component-map .component-tab-module__item-header.background--processing::before {
    background-image: url(../img/icons/arrow-down-white.png);
}
.component-map .component-tab-module__item-header.background--processing.open::before {
    background-image: url(../img/icons/close_white.svg);
}
.component-map .component-tab-module__item-header.background--port {
    text-transform: capitalize;
    color: #fff;
}
.component-map .component-tab-module__item-header.background--port::before {
    background-image: url(../img/icons/arrow-down-white.png);
}
.component-map .component-tab-module__item-header.background--port.open::before {
    background-image: url(../img/icons/close_white.svg);
}
.component-map .component-tab-module__item-header.background--sustain {
    text-transform: capitalize;
    color: #fff;
}
.component-map .component-tab-module__item-header.background--sustain::before {
    background-image: url(../img/icons/arrow-down-white.png);
}
.component-map .component-tab-module__item-header.background--sustain.open::before {
    background-image: url(../img/icons/close_white.svg);
}
.component-map .component-tab-module__item-header.background--light-green {
    text-transform: capitalize;
    color: #fff;
}
.component-map .component-tab-module__item-header.background--light-green::before {
    background-image: url(../img/icons/arrow-down-white.png);
}
.component-map .component-tab-module__item-header.background--light-green.open::before {
    background-image: url(../img/icons/close_white.svg);
}
.component-map .component-tab-module__item-header.background--medium-green {
    text-transform: capitalize;
    color: #fff;
}
.component-map .component-tab-module__item-header.background--medium-green::before {
    background-image: url(../img/icons/arrow-down-white.png);
}
.component-map .component-tab-module__item-header.background--medium-green.open::before {
    background-image: url(../img/icons/close_white.svg);
}
.component-map .component-tab-module__item-header.background--category {
    text-transform: capitalize;
    color: #fff;
}
.component-map .component-tab-module__item-header.background--category::before {
    background-image: url(../img/icons/arrow-down-white.png);
}
.component-map .component-tab-module__item-header.background--category.open::before {
    background-image: url(../img/icons/close_white.svg);
}
.component-map .component-tab-module__item-text {
    text-transform: capitalize;
}
.component-map .component-article-accordion__content .component-article__image {
    width: 100%;
}
.component-map .component-article-accordion__content .card-header .btn {
    padding-left: 50px;
}
.component-map__results--category {
    position: absolute;
    left: 15px;
}
.map {
    width: 100%;
    height: 440px;
}
.map-popup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 10px;
}
.map-popup__header {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
}
.map-popup__header--location {
    padding-left: 5px;
}
.map-popup__image {
    height: 100%;
}
.map-popup__image img {
    width: 100%;
    height: auto;
}
.map-popup .glencore-link {
    line-height: 1.5rem;
}
.map .gm-style-iw {
    top: 15px !important;
    width: 257px !important;
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
}
.map .gm-style-iw > div {
    width: 100% !important;
    max-width: none !important;
    max-height: none !important;
}
.map .gm-style-iw + div {
    top: 0 !important;
    right: 0 !important;
    opacity: 1 !important;
    background-color: #000;
    background-image: url(../img/icons/close_white.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px 20px;
    width: 40px !important;
    height: 40px !important;
    overflow: visible !important;
}
.map .gm-style-iw + div img {
    display: none;
}
.map .gm-style-iw + div div {
    display: block !important;
}
.component-management-structure__title {
    font-size: 1.5rem;
    font-weight: 100;
}
@media (min-width: 576px) {
    .component-management-structure__title {
        font-size: 1.875rem;
    }
}
@media (min-width: 768px) {
    .component-management-structure__title {
        font-size: 2.125rem;
    }
}
.component-management-structure__item {
    border-top: 2px solid #ededed;
    padding-top: 20px;
}
@media (min-width: 576px) {
    .component-management-structure__item {
        padding-top: 40px;
    }
}
.component-management-structure__description {
    font-size: 1.125rem;
    margin-bottom: 35px;
    font-weight: 100;
}
@media (min-width: 576px) {
    .component-management-structure__description {
        font-size: 1.25rem;
    }
}
@media (min-width: 768px) {
    .component-management-structure__description {
        font-size: 1.3125rem;
    }
}
.component-management-structure__icon-text {
    font-size: 1.125rem;
    display: block;
    margin: auto 0;
    text-align: center;
    font-weight: 500;
}
@media (min-width: 576px) {
    .component-management-structure__icon-text {
        font-size: 1rem;
    }
}
@media (min-width: 768px) {
    .component-management-structure__icon-text {
        font-size: 1.125rem;
        padding: 0 12px;
    }
}
.component-management-structure__icon-text__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    vertical-align: middle;
}
@media (min-width: 576px) {
    .component-management-structure__icon-text__wrapper {
        display: block;
    }
}
.component-management-structure__icon-text.orange {
    color: #ee7330;
}
.component-management-structure__icon-text.purple {
    color: #7d91a5;
}
.component-management-structure__icon-text.green {
    color: #80ba27;
}
.component-management-structure__icon {
    text-align: center;
}
.component-management-structure__icon img {
    width: 92px;
    max-width: none;
}
@media (min-width: 576px) {
    .component-management-structure__icon img {
        width: auto;
        max-width: 75px;
    }
}
.component-management-structure__icon-wrapper {
    margin-bottom: 25px;
    vertical-align: middle;
}
@media (min-width: 576px) {
    .component-management-structure__icon-wrapper {
        margin-bottom: 0;
    }
}
.component-management-structure__section {
    font-size: 1rem;
    margin-bottom: 10px;
}
@media (min-width: 576px) {
    .component-management-structure__section {
        font-size: 1.125rem;
        margin-bottom: 15px;
    }
}
.component-management-structure__subtitle {
    font-size: 0.875rem;
    display: block;
    margin-bottom: 10px;
}
@media (min-width: 576px) {
    .component-management-structure__subtitle {
        font-size: 0.75rem;
        margin-bottom: 12px;
    }
}
@media (min-width: 768px) {
    .component-management-structure__subtitle {
        font-size: 0.875rem;
        margin-bottom: 15px;
    }
}
.component-management-structure__manager-name {
    font-size: 1rem;
    display: block;
    margin-bottom: 20px;
}
@media (min-width: 576px) {
    .component-management-structure__manager-name {
        font-size: 0.875rem;
    }
}
@media (min-width: 768px) {
    .component-management-structure__manager-name {
        font-size: 1rem;
        margin-bottom: 25px;
    }
}
.component-paragraph-intro__main-title {
    font-size: 1.5rem;
}
@media (min-width: 768px) {
    .component-paragraph-intro__main-title {
        font-size: 1.875rem;
    }
}
@media (min-width: 992px) {
    .component-paragraph-intro__main-title {
        font-size: 2.125rem;
    }
}
.component-paragraph-intro__heading-title {
    font-size: 1.5rem;
    margin-bottom: 20px;
    font-weight: 100;
}
@media (min-width: 768px) {
    .component-paragraph-intro__heading-title {
        font-size: 1.875rem;
        font-weight: 500;
    }
}
@media (min-width: 992px) {
    .component-paragraph-intro__heading-title {
        font-size: 2.125rem;
        margin-bottom: 40px;
        font-weight: 500;
    }
}
.component-paragraph-intro__sub-description {
    font-size: 1.125rem;
}
@media (min-width: 768px) {
    .component-paragraph-intro__sub-description {
        font-size: 1.25rem;
    }
}
@media (min-width: 992px) {
    .component-paragraph-intro__sub-description {
        font-size: 1.3125rem;
    }
}
.component-paragraph-intro__title {
    font-size: 1rem;
    margin-bottom: 0;
    font-weight: 600;
}
@media (min-width: 768px) {
    .component-paragraph-intro__title {
        font-size: 1.0625rem;
    }
}
@media (min-width: 992px) {
    .component-paragraph-intro__title {
        font-size: 1.125rem;
    }
}
.component-paragraph-intro__content {
    font-size: 0.875rem;
}
@media (min-width: 768px) {
    .component-paragraph-intro__content {
        font-size: 1rem;
    }
}
.component-installation-map__desktop {
    height: 640px;
}
.component-installation-map__mobile-area {
    background-image: url(../img/map/world-map.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 210px;
}
.component-installation-map__popup {
    height: 300px;
    overflow-y: auto;
}
.component-installation-map__sub-continent {
    font-size: 1.5rem;
}
.component-installation-map__table {
    margin-bottom: 0.5rem;
    border-bottom: 1px solid #ededed;
}
@media (min-width: 768px) {
    .component-installation-map__table:first-child {
        border-top: 1px solid #ededed;
    }
}
.component-installation-map__table .installation-map__cell {
    padding-top: 0.5rem;
    padding-right: 1rem;
    padding-bottom: 0.5rem;
}
@media (min-width: 768px) {
    .component-installation-map__table .installation-map__cell {
        padding-left: 0.2rem;
    }
}
.component-installation-map .img-fluid {
    max-width: 100%;
}
.component-installation-map .gm-style-iw + div {
    top: 0 !important;
    right: 0 !important;
    opacity: 1 !important;
    background-color: #000;
    background-image: url(../img/icons/close_white.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px 20px;
    width: 40px !important;
    height: 40px !important;
    overflow: visible !important;
}
.component-installation-map .gm-style-iw + div img {
    display: none;
}
.component-installation-map .gm-style-iw > div {
    display: block !important;
    max-width: 10000px !important;
}
.component-installation-map .component-article-accordion .card-header .btn {
    padding-left: 1rem;
}
.component-sustain-map {
    margin: 0 0 30px;
}
.component-sustain-map .img--filter-map {
    border-radius: 50px;
    width: 50px;
    height: 50px;
}
@media (min-width: 768px) {
    .component-sustain-map .img--filter-map {
        border-radius: 72px;
        width: 72px;
        height: 72px;
    }
}
@media (min-width: 992px) {
    .component-sustain-map .img--filter-map {
        border-radius: 78px;
        width: 78px;
        height: 78px;
    }
}
.component-sustain-map .gm-ui-hover-effect {
    top: 10px !important;
    right: 10px !important;
    background: url(../img/icons/close.svg) no-repeat center center !important;
    background-size: 22px 22px !important;
}
.component-sustain-map .gm-ui-hover-effect img {
    display: none !important;
}
.component-sustain-map .map-content-descript {
    color: #2e2a24;
}
.component-sustain-map__search {
    position: relative;
    margin: 0 -15px;
    border-left-width: 4px;
    border-left-style: solid;
    border-color: #00ae9c;
    background-color: #ededed;
}
@media (min-width: 768px) {
    .component-sustain-map__search {
        background-color: #fff;
    }
}
.component-sustain-map__search::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -10px;
    background: url(../img/icons/search.svg) no-repeat center center;
    width: 21px;
    height: 21px;
    content: "";
}
.component-sustain-map__search .form-control {
    background-color: transparent;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 1rem;
    height: 28px;
    color: #000;
    font-size: 14px;
    font-weight: 300;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
@media (min-width: 768px) {
    .component-sustain-map__search .form-control {
        padding-left: 0.3rem;
        font-size: 12px;
        font-weight: 400;
    }
}
.component-sustain-map__search .form-control::-webkit-input-placeholder {
    color: #000;
    font-size: 12px;
    font-weight: 400;
}
.component-sustain-map__search .form-control::-moz-placeholder {
    color: #000;
    font-size: 12px;
    font-weight: 400;
}
.component-sustain-map__search .form-control:-ms-input-placeholder {
    color: #000;
    font-size: 12px;
    font-weight: 400;
}
.component-sustain-map__search .form-control::-ms-input-placeholder {
    color: #000;
    font-size: 12px;
    font-weight: 400;
}
.component-sustain-map__search .form-control::placeholder {
    color: #000;
    font-size: 12px;
    font-weight: 400;
}
.component-sustain-map__search--error,
.component-sustain-map__search--results {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 3;
    background-color: rgba(255, 255, 255, 0.97);
    padding-left: 130px;
    list-style-type: none;
}
@media (max-width: 767.98px) {
    .component-sustain-map__search--error,
    .component-sustain-map__search--results {
        padding-left: 30px;
    }
}
.component-sustain-map__search--error {
    top: 100%;
}
@media (min-width: 576px) {
    .component-sustain-map__search--results {
        position: relative;
        border-bottom: 1px solid #ededed;
        max-height: 350px;
        overflow-y: scroll;
    }
    .component-sustain-map__search--results::before {
        display: block;
        position: absolute;
        top: 0;
        left: -5px;
        background: #80ba27;
        width: 5px;
        content: "";
    }
    .component-sustain-map__search--results li:last-child {
        padding-bottom: 20px;
    }
}
.component-sustain-map__search--item {
    background-color: transparent !important;
    text-transform: none;
}
.component-sustain-map__search--close {
    position: absolute;
    top: 55px;
    right: 0;
    z-index: 4;
    background-color: transparent !important;
}
.component-sustain-map__search--placeholder {
    margin-bottom: 0;
    padding-left: 1rem;
    color: #000;
}
@media (min-width: 992px) {
    .component-sustain-map__search--placeholder {
        font-size: 22px;
        font-weight: 600;
    }
}
.component-sustain-map__search--category {
    position: absolute;
    top: 7px;
    left: -25px;
    background-color: #00ae9c;
}
.component-sustain-map__search > .input-group > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}
.component-sustain-map__interact {
    position: relative;
}
.component-sustain-map__interact--intro {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
    margin: auto;
    border: 1px solid #ededed;
    background: #fff;
    padding: 40px;
}
@media (min-width: 768px) {
    .component-sustain-map__interact--intro {
        width: 610px;
    }
}
@media (min-width: 992px) {
    .component-sustain-map__interact--intro {
        width: 755px;
    }
}
.component-sustain-map__interact--intro .button-close {
    position: absolute;
    top: 10px;
    right: 0;
    background-color: transparent;
}
.component-sustain-map__interact--intro p {
    font-size: 20px;
}
.component-sustain-map__interact--overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.7);
    width: 100%;
    height: 100%;
}
.component-sustain-map__interact--heading {
    color: #130c0e;
}
@media (min-width: 768px) {
    .component-sustain-map__interact--heading {
        font-size: 30px;
        font-weight: 500;
    }
}
@media (min-width: 992px) {
    .component-sustain-map__interact--heading {
        max-width: 400px;
    }
}
.component-sustain-map__interact--desc {
    color: #130c0e;
    font-size: 14px;
}
@media (min-width: 768px) {
    .component-sustain-map__interact--desc {
        font-size: 20px;
    }
}
@media (min-width: 992px) {
    .component-sustain-map__interact--desc {
        max-width: 400px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .component-sustain-map__interact {
        margin: 0 -15px;
    }
}
@media (min-width: 992px) {
    .component-sustain-map__interact {
        margin: 0 -15px;
    }
}
.component-sustain-map__interact.custom {
    margin-bottom: 160px;
}
.component-sustain-map__interact.custom .map {
    height: 640px;
}
.component-sustain-map__interact.custom .component-map__interact--desc,
.component-sustain-map__interact.custom .component-map__interact--overlay {
    display: none;
}
.component-sustain-map__interact.custom .component-map__interact--intro {
    top: auto;
    bottom: -130px;
}
.component-sustain-map__interact.custom .component-map__interact--intro .button-close {
    display: none;
}
.component-sustain-map__interact.custom .component-map__interact--heading {
    font-size: 1.25rem;
}
.component-sustain-map__tab-list {
    border-width: 0 0 0 4px;
    border-color: #00ae9c;
    border-style: solid;
    list-style-type: none;
}
.component-sustain-map__tab-list [class*="all"] {
    background-color: #000;
}
.component-sustain-map__tab-list .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 60px;
}
.component-sustain-map__tab-list .item__title {
    padding: 2px 10px 0;
    width: 100%;
    text-align: center;
    line-height: 1.25rem;
    font-weight: 500;
}
.component-sustain-map__location.list-unstyled {
    padding-top: 5px;
}
@media (min-width: 768px) {
    .component-sustain-map__location.list-unstyled {
        padding-top: 0;
    }
}
.component-sustain-map__location-image {
    margin: 0 -15px 20px;
    border-width: 0 0 1px;
    border-color: #ededed;
    border-style: solid;
}
.component-sustain-map__location-item {
    width: 120px;
    list-style-type: none;
}
@media (min-width: 768px) {
    .component-sustain-map__location-item {
        margin-top: 15px;
        margin-left: 12px;
    }
    .component-sustain-map__location-item:nth-child(4n + 1) {
        margin-left: 0;
    }
}
@media (min-width: 992px) {
    .component-sustain-map__location-item {
        margin-top: 20px;
        margin-left: 15px;
    }
    .component-sustain-map__location-item:nth-child(4n + 1) {
        margin-left: 15px;
    }
    .component-sustain-map__location-item:nth-child(5n + 1) {
        margin-left: 10px;
    }
}
.component-sustain-map__location-item--minerals,
.component-sustain-map__location-item--port {
    width: auto;
}
.component-sustain-map__location-total {
    display: none;
    line-height: 10px;
    font-size: 20px;
}
.component-sustain-map__location-label {
    display: block;
    padding-top: 15px;
    line-height: 15px;
    color: #00ae9c;
    font-size: 12px;
    font-weight: 500;
    word-break: break-word;
}
@media (min-width: 768px) {
    .component-sustain-map__location-label {
        padding-top: 20px;
        font-size: 14px;
    }
}
@media (min-width: 992px) {
    .component-sustain-map__location-label {
        padding-top: 15px;
        font-size: 16px;
    }
}
.component-sustain-map__location-label img {
    opacity: 0;
}
.component-sustain-map__location-label.active img {
    opacity: 1;
}
.component-sustain-map__location--map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.component-sustain-map__location--map.custom {
    margin-top: 0;
    border-width: 0 0 1px;
    border-color: #ededed;
    border-style: solid;
    background: #fff;
    padding-bottom: 20px;
}
.component-sustain-map__location--map .component-map__location-item:nth-child(4) {
    margin-left: 18%;
}
.component-sustain-map__filter {
    border-color: #00ae9c;
    color: #000;
}
.component-sustain-map__filter .component-tab-module__item-header.open::before {
    top: auto;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background-image: url(../img/icons/arrow-down.svg);
    width: 21px;
    height: 21px;
}
.component-sustain-map__filter .component-tab-module__item-header::before {
    right: 20px;
}
.component-sustain-map__filter .component-tab-module__item-header.selected {
    background-color: rgba(0, 174, 156, 0.2);
}
.component-sustain-map__filter--assets {
    list-style-type: none;
}
.component-sustain-map__filter--assets li {
    display: inline-block;
}
.component-sustain-map__filter--assets li::after {
    display: inline-block;
    padding: 0 4px 0 1px;
    content: "&";
}
.component-sustain-map__filter--assets li:last-child::after {
    display: none;
}
.component-sustain-map__filter-region {
    margin-top: 5px;
}
.component-sustain-map__filter-category {
    margin-top: 10px;
}
.component-sustain-map__filter-category .component-tab-module__item-header {
    color: inherit;
}
@media (min-width: 992px) {
    .component-sustain-map__filter {
        margin: 0 -15px;
        border-width: 0 0 0 4px;
        border-style: solid;
        background-color: #ededed;
        padding: 20px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .component-sustain-map__filter .component-tab-module__list-items {
        display: none;
        padding: 20px 30px;
    }
    .component-sustain-map__filter .component-tab-module__list-items.show {
        display: block;
    }
    .component-sustain-map__filter .component-tab-module__list-item {
        background-color: transparent;
    }
}
.component-sustain-map__filter .component-tab-module__list-items {
    -webkit-transform: none;
    transform: none;
}
@media (min-width: 768px) {
    .component-sustain-map__filter .component-sustain-map__filter-wrapper {
        background-color: #ededed;
        padding: 10px 0;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .component-sustain-map__filter .component-sustain-map__filter-wrapper {
        border-width: 0 0 0 4px;
        border-color: #00ae9c;
        border-style: solid;
    }
}
@media (min-width: 992px) {
    .component-sustain-map__filter .component-sustain-map__filter-wrapper {
        padding: 0;
    }
}
.component-sustain-map__background {
    margin: 25px -15px 0;
    background-position: center;
    background-image: url(../img/map/world-map.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
}
.component-sustain-map__category-wrapper {
    margin: 0 auto;
    background-color: #fff;
    padding: 0 20px 20px;
    width: 280px;
}
.component-sustain-map .component-tab-module__list-item {
    position: relative;
    border: 0;
    padding-right: 16px;
    padding-left: 16px;
    width: 100%;
    text-transform: inherit;
    text-align: left;
}
.component-sustain-map .component-tab-module__list-item::before {
    position: absolute;
    top: 6px;
    width: 16px;
    height: 16px;
    content: "";
}
.component-sustain-map .component-tab-module__list-item .component-tab-module__item-text {
    border: 0;
    padding-left: 25px;
    color: #000 !important;
    font-size: 13px;
    font-weight: 200;
}
.component-sustain-map .component-tab-module__list-item .component-tab-module__item-label {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 14px;
    font-size: 10px;
    font-weight: 100;
}
.component-sustain-map .component-tab-module__list-item .component-tab-module__item-label .component-tab-module__item-image {
    width: 100%;
}
.component-sustain-map .component-tab-module__list-item.active .component-tab-module__item-text {
    border: 0;
    background-color: transparent;
}
.component-sustain-map .component-tab-module__list-item.all::before {
    border: 1px solid #000;
}
.component-sustain-map .component-tab-module__list-item.all.active::before {
    background-color: #000;
}
.component-sustain-map .component-tab-module__list-item.black::before {
    border: 1px solid #000;
}
.component-sustain-map .component-tab-module__list-item.black.active::before {
    background-position: center;
    background-color: #000;
    background-repeat: no-repeat;
}
.component-sustain-map .component-tab-module__item-header {
    display: block;
    min-height: 44px;
    font-weight: 300;
}
.component-sustain-map .component-tab-module__item-header.background--all {
    background-color: #000;
    color: #fff;
}
.component-sustain-map .component-tab-module__item-header.background--all::before {
    background-image: url(../img/icons/arrow-down-white.png);
}
.component-sustain-map .component-tab-module__dropdown {
    border-bottom: 1px solid #00ae9c;
}
.component-sustain-map .component-tab-module__dropdown-item {
    position: relative;
}
.component-sustain-map .component-tab-module__dropdown .active .component-tab-module__check {
    border-color: #000;
    background-color: #000;
}
.component-sustain-map .component-tab-module__dropdown .active .component-tab-module__check::after,
.component-sustain-map .component-tab-module__dropdown .active .component-tab-module__check::before {
    position: absolute;
    top: 1px;
    left: 6.5px;
    background-color: #fff;
    width: 1px;
    height: 13px;
    content: "";
}
.component-sustain-map .component-tab-module__dropdown .active .component-tab-module__check::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.component-sustain-map .component-tab-module__dropdown .active .component-tab-module__check::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.component-sustain-map .component-tab-module__check {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 1px solid #00ae9c;
    width: 16px;
    height: 16px;
}
.component-sustain-map .component-article-accordion__content .component-article__image {
    width: 100%;
}
.component-sustain-map .component-article-accordion__content .card-header .btn {
    padding-left: 0;
}
.component-sustain-map .component-article-accordion--mobile .card-header,
.component-sustain-map .component-article-accordion--popup .card-header {
    border-top-width: 0;
    border-bottom-width: 1px;
}
.component-sustain-map .component-article-accordion--mobile .card-header .btn,
.component-sustain-map .component-article-accordion--popup .card-header .btn {
    color: #2e2a24;
    font-weight: 500;
}
@media (min-width: 768px) {
    .component-sustain-map .component-article-accordion--mobile .card-header .btn,
    .component-sustain-map .component-article-accordion--popup .card-header .btn {
        padding-left: 10px;
    }
}
.component-sustain-map .component-article-accordion--mobile .card-header .btn[aria-expanded="true"] > .glencore-icon,
.component-sustain-map .component-article-accordion--popup .card-header .btn[aria-expanded="true"] > .glencore-icon {
    border-color: transparent;
    background: url(../img/icons/map-circle.png) no-repeat center center;
    background-size: cover;
}
.component-sustain-map .component-article-accordion--mobile .card-header .btn[aria-expanded="true"] > .glencore-icon::after,
.component-sustain-map .component-article-accordion--popup .card-header .btn[aria-expanded="true"] > .glencore-icon::after {
    background-color: #000;
}
.component-sustain-map .component-article-accordion--mobile .card-header > .btn > .glencore-icon::after,
.component-sustain-map .component-article-accordion--mobile .card-header > .btn > .glencore-icon::before,
.component-sustain-map .component-article-accordion--popup .card-header > .btn > .glencore-icon::after,
.component-sustain-map .component-article-accordion--popup .card-header > .btn > .glencore-icon::before {
    margin-top: -5px;
    margin-right: -1px;
    height: 10px;
}
.component-sustain-map .component-article-accordion--mobile .glencore-icon,
.component-sustain-map .component-article-accordion--popup .glencore-icon {
    margin-top: -12px;
    background: url(../img/icons/map-circle.png) no-repeat center center;
    background-size: cover;
    width: 26px;
    height: 26px;
}
.component-sustain-map .component-article-accordion--mobile .card-body,
.component-sustain-map .component-article-accordion--popup .card-body {
    padding: 0;
}
.component-sustain-map .component-article-accordion--mobile {
    margin-top: 20px;
}
.component-sustain-map .component-article-accordion--mobile .card-header .btn {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
}
.component-sustain-map .component-article-accordion--mobile .show {
    margin-bottom: 22px;
}
.component-sustain-map .component-article-accordion--nested .card-header {
    border-bottom-color: transparent;
}
.component-sustain-map .component-article-accordion--nested .card-header .btn {
    padding-left: 10px;
    font-size: 14px;
}
.component-sustain-map .component-article-accordion--nested .component-article-accordion__content {
    margin-right: -20px;
    margin-left: -20px;
    padding-bottom: 30px;
}
.component-sustain-map .component-article-accordion--nested .component-article-accordion__content .table-result-content .map-content-statistic {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.component-sustain-map .component-article-accordion--nested .component-article-accordion__content .table-result-content .map-content-statistic .content-item {
    padding-right: 8px;
}
.component-sustain-map .component-article-accordion--nested .component-article-accordion__content .table-result-content .map-content-statistic .content-item .map-content-figure {
    font-weight: 700;
}
.component-sustain-map .component-article-accordion--nested .component-article-accordion__content .table-result-content .map-content-statistic .content-item:nth-child(3) {
    padding-right: 0;
}
.component-sustain-map .component-article-accordion--nested .component-article-accordion__content .table-result-content tr:nth-child(odd) {
    background-color: #ebebeb;
}
.component-sustain-map .component-article-accordion--nested .component-article-accordion__content .table-result-content tr:nth-child(even) {
    background-color: #fff;
}
.component-sustain-map .component-article-accordion--nested .component-article-accordion__content .accordin-content {
    font-size: 11px;
}
@media (min-width: 576px) {
    .component-sustain-map .component-article-accordion--nested .component-article-accordion__content .accordin-content {
        font-size: 14px;
    }
}
.component-sustain-map .component-article-accordion--nested .card {
    margin-right: 20px;
    margin-left: 20px;
    border-bottom: 1px solid #ccc;
    background-color: transparent;
}
.component-sustain-map .component-article-accordion--nested .map-content-title {
    margin-bottom: 5px;
    color: #00ae9c;
    font-size: 14px;
    font-weight: 500;
}
.component-sustain-map .component-article-accordion--nested .map-content-sub-title {
    font-weight: 500;
}
.component-sustain-map .component-article-accordion--nested .map-content-figure {
    padding-left: 3px;
}
@media (min-width: 768px) {
    .component-sustain-map .component-article-accordion--nested .map-content-figure {
        padding-left: 0;
    }
}
.component-sustain-map__results {
    padding-right: 5px;
    padding-left: 5px;
}
.component-sustain-map__results--category {
    position: absolute;
    left: 15px;
}
.map-filter {
    width: 100%;
    height: 500px;
}
.map-filter .subject {
    width: 400px;
}
@media (min-width: 768px) {
    .map-filter--md-two-line {
        height: 610px;
    }
}
@media (min-width: 768px) {
    .map-filter--md-three-line {
        height: 715px;
    }
}
@media (min-width: 992px) {
    .map-filter--lg-two-line {
        height: 610px;
    }
}
.map-filter-popup {
    padding-bottom: 10px;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 200;
}
.map-filter-popup .glencore-link {
    line-height: 1.5rem;
}
.map-filter-popup__intro {
    overflow: hidden;
}
.map-filter-popup__header {
    color: #000;
    font-size: 22px;
    font-weight: 400;
}
.map-filter-popup__location {
    color: #00ae9c;
    font-size: 14px;
    font-weight: 500;
}
@media (min-width: 768px) {
    .map-filter-popup__location {
        margin-bottom: 10px;
    }
}
.map-filter-popup__cell {
    padding: 10px 10px 5px;
}
.map-filter-popup__table {
    color: #000;
}
.map-filter-popup .map-content-title {
    font-size: 16px;
    font-weight: 200;
}
.map-filter-popup .map-content-sub-title {
    font-size: 12px;
    font-weight: 500;
}
.map-filter-popup .map-content-figure {
    font-size: 35px;
    font-weight: 400;
}
.map-filter-popup .map-content-year {
    color: #2e2a24;
    font-size: 12px;
    font-weight: 300;
}
.map-filter-popup .map-content-descript {
    margin-bottom: 20px;
    padding-right: 20px;
    font-weight: 300;
}
.map-filter .gm-style-iw {
    top: 15px !important;
    border-radius: 0;
    padding: 30px 20px 20px !important;
    max-width: 600px !important;
    height: 437px;
    max-height: 437px;
    overflow-y: auto;
    overflow-x: hidden;
}
@media (min-width: 992px) {
    .map-filter .gm-style-iw {
        max-width: 815px !important;
    }
}
.map-filter .gm-style-iw > div {
    width: 540px;
    max-width: none !important;
    max-height: none !important;
}
@media (min-width: 992px) {
    .map-filter .gm-style-iw > div {
        width: 770px;
    }
}
.map-filter .gm-style-iw + div {
    top: 0 !important;
    right: 0 !important;
    opacity: 1 !important;
    background-color: #000;
    background-image: url(../img/icons/close_white.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px 20px;
    width: 40px !important;
    height: 40px !important;
    overflow: visible !important;
}
.map-filter .gm-style-iw + div img {
    display: none;
}
.map-filter .gm-style-iw + div div {
    display: block !important;
}
.map-filter .gm-style-iw-t::before {
    position: absolute;
    top: -223px;
    left: -304px;
    -webkit-transform: rotate(45deg) skew(-5deg);
    transform: rotate(45deg) skew(-5deg);
    z-index: 1;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    -webkit-box-shadow: -4px 5px 5px 0 #ccc;
    box-shadow: -4px 5px 5px 0 #ccc;
    background-color: #fff;
    width: 28px;
    height: 28px;
    content: "";
}
@media (min-width: 992px) {
    .map-filter .gm-style-iw-t::before {
        top: -225px;
        left: -420px;
        width: 30px;
        height: 30px;
    }
}
.map-filter .gm-style-iw-t::after {
    display: none;
}
@media (min-width: 768px) {
    .component-article__heading {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
        font-size: 1.875rem;
    }
}
@media (min-width: 992px) {
    .component-article__heading {
        margin-bottom: 30px;
        font-size: 2rem;
    }
}
.component-article__sub-heading {
    font-size: 1.125rem;
}
@media (min-width: 768px) {
    .component-article__sub-heading {
        font-size: 1.3125rem;
    }
}
.component-article__sub-heading__detail {
    font-size: 0.75rem;
    font-weight: 500;
}
.component-article__sub-heading__author {
    font-weight: 600;
}
.component-article__sub-heading__author-name {
    color: #80ba27;
}
.component-article__tag {
    font-size: 1rem;
    font-weight: 600;
}
.component-article__tag-item {
    font-size: 0.875rem;
    color: #80ba27;
}
@media (min-width: 992px) {
    .component-article__title {
        font-weight: 600;
    }
}
@media (min-width: 768px) {
    .component-article .component-article-quote .glencore-wrapper {
        padding: 80px 35px 40px;
    }
}
@media (min-width: 992px) {
    .component-article .component-article-quote .glencore-wrapper {
        padding: 80px 35px 40px;
    }
}
.page-article .main__content {
    padding-top: 15px;
    font-weight: 300;
}
@media (min-width: 576px) {
    .page-article .main__content {
        padding-top: 20px;
    }
}
.page-article .glencore-editor .glencore-fade-content {
    z-index: 11;
}
@media (min-width: 992px) {
    .page-article .component-heading-article__row-wrapper.has-white-box {
        padding-bottom: 100px;
    }
}
@media (min-width: 992px) {
    .page-article .component-heading-article.has-white-box {
        margin-bottom: -100px;
    }
}
.page-article .component-heading-article__white-box {
    top: -100px;
    right: 0;
    left: 0;
}
.page-article .component-heading-article__white-box-inner {
    background-color: #fff;
    height: 100px;
}
.component-keep-up-to-date__item .equal-height.details__content--instagram .component-article-quote,
.component-profile__content.grid .equal-height.glencore-container .component-article-quote,
.component-profile__content.grid .equal-height.item-wrapper .component-article-quote,
.row.equal-height .component-article-quote {
    background-color: #ededed;
    height: 100%;
}
.component-keep-up-to-date__item .equal-height.details__content--instagram .component-article-intro,
.component-profile__content.grid .equal-height.glencore-container .component-article-intro,
.component-profile__content.grid .equal-height.item-wrapper .component-article-intro,
.row.equal-height .component-article-intro {
    height: 100%;
}
.component-keep-up-to-date__item .equal-height.details__content--instagram [class^="gap-"],
.component-profile__content.grid .equal-height.glencore-container [class^="gap-"],
.component-profile__content.grid .equal-height.item-wrapper [class^="gap-"],
.row.equal-height [class^="gap-"] {
    height: 0;
}
@media (min-width: 768px) {
    .component-article-pics-row {
        pointer-events: none;
    }
}
.component-article-pics-row figcaption {
    margin-top: 10px;
    font-size: 12px;
}
.component-article-pics-row p {
    margin-top: 5px;
    font-size: 12px;
}
.component-article-pics-row .carousel-indicators {
    position: static;
    margin: 15px 0 0;
    min-height: 10px;
}
@media (min-width: 768px) {
    .component-article-pics-row .carousel-indicators {
        display: none;
    }
}
.component-article-pics-row .carousel-indicators li {
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    padding: 0;
    width: 10px;
}
.component-article-pics-row .carousel-indicators li.active {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
.component-article-pics-row .carousel-indicators li::before {
    top: 0;
}
@media (min-width: 768px) {
    .component-article-pics-row .carousel-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
        width: auto;
    }
}
.component-article-pics-row .carousel-item {
    margin: auto;
    outline: transparent;
}
@media (min-width: 768px) {
    .component-article-pics-row .carousel-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.component-article-pics-row .carousel-caption {
    position: static;
    padding: 0;
    width: 100%;
    text-align: left;
    color: #000;
}
.component-article-pics-row .component-article-pic__caption {
    margin-bottom: 25px;
}
.component-article-pics-row .swiper-pagination {
    bottom: 0;
}
.component-article-pics-row .swiper-pagination-bullet {
    background-color: #80ba27;
    opacity: 0.5;
    border-radius: 6px;
    width: 6px;
    height: 6px;
}
.component-article-pics-row .swiper-pagination-bullet-active {
    opacity: 1;
}
.component-article-accordion {
    margin-top: 25px;
}
.component-article-accordion__content {
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width: 576px) {
    .component-article-accordion__content {
        margin-right: 0;
        margin-left: 0;
    }
}
.component-article-accordion .glencore-icon {
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -20px;
    border: 1px solid transparent;
    background: url(../img/icons/circle_bound.svg) no-repeat 0 0;
    background-size: 100% auto;
    width: 40px;
    height: 40px;
}
.component-article-accordion .card {
    border: 0;
    border-radius: 0;
}
.component-article-accordion .card-header {
    border-width: 1px 0 0;
    border-style: solid;
    border-color: #ededed;
    background: 0 0;
    padding: 0;
}
.component-article-accordion .card-header .btn {
    padding: 1rem 4.0625rem 1rem 0.625rem;
    position: relative;
    border: 0;
    background-color: transparent;
    text-transform: none;
    line-height: 22px;
    white-space: normal;
    font-size: 0.875rem;
    font-weight: 500;
}
@media (min-width: 576px) {
    .component-article-accordion .card-header .btn {
        font-size: 1.0625rem;
    }
}
@media (min-width: 992px) {
    .component-article-accordion .card-header .btn {
        font-size: 1.125rem;
    }
}
.component-article-accordion .card-header .btn:focus,
.component-article-accordion .card-header .btn:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.component-article-accordion .card-header .btn[aria-expanded="true"] > .glencore-icon {
    border-color: #80ba27;
    border-radius: 100%;
    background: 0 0;
}
.component-article-accordion .card-header .btn[aria-expanded="true"] > .glencore-icon::after {
    background-color: #80ba27;
}
.component-article-accordion .card-header .btn[aria-expanded="true"] > .glencore-icon::before {
    display: none;
}
.component-article-accordion .card-header > .btn > .glencore-icon::after,
.component-article-accordion .card-header > .btn > .glencore-icon::before {
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -7.5px;
    margin-right: -0.5px;
    border: 0;
    background-color: #000;
    width: 1px;
    height: 15px;
    content: "";
}
.component-article-accordion .card-header > .btn > .glencore-icon::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.component-article-accordion .card-body {
    padding: 0.75rem 0.9375rem 1.875rem;
}
.article-tab-link .glencore-link {
    color: #80ba27;
    font-size: 0.875rem;
    cursor: pointer;
    font-weight: 500;
}
@media (min-width: 768px) {
    .article-tab-link .glencore-link {
        font-size: 1rem;
    }
}
.component-article-list__title {
    margin: 0 0 0.6rem;
    font-size: 1.125rem;
}
.component-article-list__content ol,
.component-article-list__content ul {
    padding-left: 15px;
    list-style-type: none;
}
@media (min-width: 768px) {
    .component-article-list__content ol,
    .component-article-list__content ul {
        padding-left: 43px;
    }
}
.component-article-list__content ol li::before,
.component-article-list__content ul li::before {
    background-color: #80ba27;
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 4px;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    content: "";
}
.component-article-list__content ol ol,
.component-article-list__content ol ul,
.component-article-list__content ul ol,
.component-article-list__content ul ul {
    padding-left: 33px;
    list-style-type: none;
}
@media (min-width: 768px) {
    .component-article-list__content ol ol,
    .component-article-list__content ol ul,
    .component-article-list__content ul ol,
    .component-article-list__content ul ul {
        padding-left: 36px;
    }
}
.component-article-list__content ol ol li::before,
.component-article-list__content ol ul li::before,
.component-article-list__content ul ol li::before,
.component-article-list__content ul ul li::before {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 4px;
    background-color: #000;
    width: 7px;
    height: 1px;
    content: "";
}
.component-article-list__content li {
    padding: 0.6rem 0 0;
    line-height: 1.5rem;
    color: #000;
    font-size: 1rem;
    font-weight: 300;
}
.component-article-quote__title {
    font-weight: 600;
}
.component-article-quote__desc {
    font-size: 1rem;
    position: relative;
    z-index: 1;
}
@media (min-width: 768px) {
    .component-article-quote__desc {
        margin-bottom: 10px;
    }
}
.component-article-quote__desc .glencore-link {
    font-style: normal;
}
.component-article-quote__desc p {
    margin-bottom: 10px;
}
.component-article-quote__desc p:first-child,
.component-article-quote__desc p:last-child {
    margin-bottom: 0;
}
.component-article-quote__name {
    font-size: 0.875rem;
    line-height: 1rem;
    font-weight: 600;
    font-style: normal;
}
.component-article-quote__content {
    display: table;
    margin-top: 30px;
    width: 100%;
    table-layout: fixed;
}
.component-article-quote__content:first-child {
    margin-top: 0;
}
.component-article-quote__content .glencore-wrapper {
    padding: 0 15px;
}
.component-article-quote__content.left .glencore-table {
    display: none;
}
@media (min-width: 576px) {
    .component-article-quote__content.left .glencore-table {
        display: table-cell;
        width: 33%;
    }
}
.component-article-quote__content.left .glencore-table:first-child {
    display: none;
}
.component-article-quote__content.right .glencore-table {
    display: none;
}
@media (min-width: 576px) {
    .component-article-quote__content.right .glencore-table {
        display: table-cell;
        width: 33%;
    }
}
.component-article-quote__content.right .glencore-table:last-child {
    display: none;
}
.component-article-quote__content.center .glencore-table {
    display: none;
}
@media (min-width: 768px) {
    .component-article-quote__content.center .glencore-table {
        display: table-cell;
        padding: 0 15px;
        width: 8.3%;
    }
}
@media (min-width: 992px) {
    .component-article-quote__content.center .glencore-table {
        width: 16.66%;
    }
}
@media (min-width: 768px) {
    .component-article-quote__content.center .component-article-quote__desc {
        width: 65%;
    }
}
.component-article-quote__content.fullwidth .glencore-table {
    display: none;
}
@media (min-width: 768px) {
    .component-article-quote__content.fullwidth .component-article-quote__overlay {
        -webkit-transform: translate(-45%, -50%);
        transform: translate(-45%, -50%);
        height: 190%;
    }
}
@media (min-width: 992px) {
    .component-article-quote__content.fullwidth .component-article-quote__overlay {
        height: 170%;
    }
}
.component-article-quote__content.style-1 .component-article-quote__desc {
    font-style: italic;
}
@media (min-width: 768px) {
    .component-article-quote__content.style-1 .component-article-quote__desc {
        font-size: 1.125rem;
        line-height: 1.5rem;
    }
}
@media (min-width: 992px) {
    .component-article-quote__content.style-1 .component-article-quote__desc {
        font-size: 1.25rem;
        line-height: 1.625rem;
    }
}
.component-article-quote__content.style-1 .glencore-content::after {
    width: 33px;
    height: 25px;
}
@media (min-width: 768px) {
    .component-article-quote__content.style-1 .glencore-content::after {
        width: 28px;
        height: 21px;
    }
}
.component-article-quote__content.style-2 .component-article-quote__desc {
    font-style: normal;
}
@media (min-width: 768px) {
    .component-article-quote__content.style-2 .component-article-quote__desc {
        font-size: 1rem;
    }
}
.component-article-quote__content.style-2 .glencore-content {
    padding-top: 83px;
}
.component-article-quote__content.style-2 .glencore-content::after {
    background-position: 0 0;
    top: 17px;
    left: 16px;
    background-image: url(../img/icons/icon_twit.png);
}
.component-article-quote__content.promotion.right::after {
    top: 40px;
    left: 25px;
}
.component-article-quote__content.promotion .glencore-content {
    position: relative;
    background-color: #ededed;
    overflow: hidden;
}
@media (min-width: 768px) {
    .component-article-quote__content.promotion .glencore-content {
        background-color: transparent;
        padding-top: 68px;
        padding-left: 30px;
    }
}
@media (min-width: 992px) {
    .component-article-quote__content.promotion .glencore-content {
        padding-top: 75px;
        padding-left: 60px;
    }
}
.component-article-quote__content.promotion .glencore-content::after,
.component-article-quote__content.promotion .glencore-content::before {
    position: absolute;
    z-index: 1;
    background-size: cover;
    content: "";
}
.component-article-quote__content.promotion .glencore-content::after {
    top: 35px;
    left: 30px;
    background-image: url(../img/icons/quote.png);
    width: 33px;
    height: 25px;
}
.component-article-quote__content.promotion .glencore-content::before {
    margin-top: -67px;
    margin-left: -75px;
}
@media (min-width: 768px) {
    .component-article-quote__content.promotion .glencore-content::before {
        display: none;
    }
}
@media (min-width: 992px) {
    .component-article-quote__content.promotion .glencore-content::before {
        display: inline-block;
    }
}
.component-article-quote__content.promotion .glencore-thumb {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.9;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
}
@media (min-width: 992px) {
    .component-article-quote__content.promotion .glencore-thumb {
        background-position: center center;
    }
}
.component-article-quote__content.promotion .component-article-quote__circle {
    opacity: 0.9;
    border-radius: 50%;
    background-color: #fff;
    width: 100%;
    height: 100%;
}
@media (min-width: 768px) {
    .component-article-quote__content.promotion .component-article-quote__desc {
        width: 50%;
    }
}
.component-article-quote__content.promotion .component-article-quote__name {
    margin-top: 5px;
    margin-bottom: 20px;
    font-weight: 600;
}
.component-article-quote__content.promotion .component-article-quote__quote-description {
    margin-bottom: 0;
    max-height: inherit;
    font-size: 1rem;
    font-style: italic;
}
@media (min-width: 992px) {
    .component-article-quote__content.promotion .component-article-quote__quote-description {
        font-size: 1.3125rem;
        line-height: 1.6875rem;
    }
}
@media (min-width: 768px) {
    .component-article-quote__content.promotion.fullwidth .component-article-quote__desc {
        width: 40%;
    }
}
@media (min-width: 992px) {
    .component-article-quote__content.promotion.fullwidth .component-article-quote__desc {
        width: 35%;
    }
}
.component-article-quote__content.link-module .link-pdf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.component-article-quote__content.link-module .glencore-content {
    padding: 90px 45px 25px 35px;
}
@media (min-width: 768px) {
    .component-article-quote__content.link-module .glencore-content {
        padding: 90px 60px 25px 35px;
    }
}
@media (min-width: 992px) {
    .component-article-quote__content.link-module .glencore-content {
        padding: 80px 70px 40px;
    }
}
.component-article-quote__content.link-module .glencore-content::after {
    background-position: 0 -33px;
    background-image: url(../img/icons/link.png);
    background-repeat: no-repeat;
    width: 33px;
    height: 33px;
}
.component-article-quote__content.link-module .component-article-quote__title {
    margin-bottom: 0.9375rem;
    letter-spacing: -0.5px;
    font-size: 1rem;
    font-weight: 600;
}
@media (min-width: 992px) {
    .component-article-quote__content.link-module .component-article-quote__title {
        margin-bottom: 1.5625rem;
    }
}
@media (min-width: 768px) {
    .component-article-quote__content.link-module .component-article-quote__title {
        margin-bottom: 1.25rem;
    }
}
.component-article-quote__content.link-module .glencore-link,
.component-article-quote__content.link-module .link {
    font-weight: 500;
}
.component-article-quote__content.link-module .glencore-link.download,
.component-article-quote__content.link-module .link.download {
    position: static;
}
.component-article-quote__content.link-module .glencore-link.download::after,
.component-article-quote__content.link-module .link.download::after {
    display: block;
    position: absolute;
    right: 5px;
    bottom: 2px;
    border: 0;
    background-image: url(../img/icons/donwload-icon.svg);
    background-size: cover;
    width: 10px;
    height: 15px;
    content: "";
}
@media (min-width: 768px) {
    .component-article-quote__content.link-module .glencore-link.download::after,
    .component-article-quote__content.link-module .link.download::after {
        right: -15px;
    }
}
@media (min-width: 992px) {
    .component-article-quote__content.link-module .glencore-link.download::after,
    .component-article-quote__content.link-module .link.download::after {
        right: 5px;
    }
}
.component-article-quote__content.link-module .glencore-link.download:hover::after,
.component-article-quote__content.link-module .link.download:hover::after {
    display: block;
    content: "";
}
.component-article-quote__content.link-module .glencore-link.external,
.component-article-quote__content.link-module .link.external {
    position: static;
    padding: 0;
}
.component-article-quote__content.link-module .glencore-link.external::after,
.component-article-quote__content.link-module .link.external::after {
    position: absolute;
    top: auto;
    right: 5px;
    bottom: 7px;
    margin: 0;
}
@media (min-width: 768px) {
    .component-article-quote__content.link-module .glencore-link.external::after,
    .component-article-quote__content.link-module .link.external::after {
        right: -15px;
    }
}
@media (min-width: 992px) {
    .component-article-quote__content.link-module .glencore-link.external::after,
    .component-article-quote__content.link-module .link.external::after {
        right: -10px;
    }
}
.component-article-quote__content.link-module .pdf-download {
    margin: 0 5px;
    font-size: 0.875rem;
    font-weight: 300;
}
.component-article-quote__content.related-module .component-promotion__title {
    margin-bottom: 15px;
}
.component-article-quote__overlay {
    position: absolute;
    top: 50%;
    left: 0;
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: transparent;
    padding: 20px;
    width: 85%;
}
@media (min-width: 768px) {
    .component-article-quote__overlay {
        -webkit-transform: translate(-32%, -50%);
        transform: translate(-32%, -50%);
        height: 180%;
    }
}
@media (min-width: 992px) {
    .component-article-quote__overlay {
        -webkit-transform: translate(-25%, -50%);
        transform: translate(-25%, -50%);
    }
}
.component-article-quote .glencore-content {
    position: relative;
    background-color: #ededed;
    padding: 75px 30px 40px;
    overflow: hidden;
}
@media (min-width: 768px) {
    .component-article-quote .glencore-content {
        padding: 75px 50px 40px;
    }
}
.component-article-quote .glencore-content::after,
.component-article-quote .glencore-content::before {
    position: absolute;
    background-size: 100% auto;
    content: "";
}
.component-article-quote .glencore-content::after {
    background-position: 0 200%;
    top: 36px;
    left: 30px;
    background-image: url(../img/icons/quote.png);
    width: 55px;
    height: 55px;
}
.component-article-quote .glencore-content::before {
    background-position: 0 -133px;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -67px;
    margin-left: -75px;
    background-image: url(../img/quote-circle.png);
    background-repeat: no-repeat;
    width: 153px;
    height: 133px;
}
.component-article-quote .glencore-wrapper {
    display: table-cell;
    overflow: hidden;
}
.component-article-quote .glencore-table {
    display: table-cell;
}
.component-article-quote__role {
    display: block;
}
.component-article-quote__link {
    font-size: 0.875rem;
    font-weight: 500;
    font-style: normal;
}
.component-article-quote__link-item {
    margin-bottom: 0.375rem;
    max-width: unset;
}
@media (min-width: 992px) {
    .component-article-quote__link-item {
        margin-bottom: 0.75rem;
    }
}
.component-article-quote__link-item .glencore-link,
.component-article-quote__link-item .link {
    word-break: normal;
}
.component-keep-up-to-date__item .equal-height.details__content--instagram .component-article-quote,
.component-profile__content.grid .equal-height.glencore-container .component-article-quote,
.component-profile__content.grid .equal-height.item-wrapper .component-article-quote,
.row.equal-height .component-article-quote {
    background-color: #ededed;
    height: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .component-article-quote .glencore-link:focus,
    .component-article-quote .glencore-link:hover,
    .component-article-quote .link:focus,
    .component-article-quote .link:hover {
        color: #000;
    }
}
.component-financial__title {
    margin-bottom: 15px;
    font-size: 1rem;
    font-weight: 600;
}
@media (min-width: 768px) {
    .component-financial__title {
        font-size: 1.3125rem;
    }
}
.component-financial__item {
    border-top-color: #80ba27;
    border-top-width: 1px;
    border-top-style: solid;
    padding-top: 15px;
}
.component-financial__value {
    margin-bottom: 0;
    line-height: 3.125rem;
    font-size: 2.1875rem;
    font-weight: 600;
}
@media (min-width: 768px) {
    .component-financial__value {
        font-size: 3.125rem;
    }
}
.component-financial__subtitle {
    margin-bottom: 0;
    padding-bottom: 10px;
    width: 50%;
    text-transform: uppercase;
    font-size: 0.875rem;
    font-weight: 100;
}
.component-financial__unit {
    margin-bottom: 0;
    padding-bottom: 40px;
    font-size: 0.875rem;
    font-weight: 100;
}
@media (min-width: 768px) {
    .component-financial__unit {
        font-size: 1rem;
    }
}
.component-financial.hasbg {
    background-color: #ededed;
    padding: 20px 20px 30px;
}
.component-article-video {
    margin: 0;
}
.component-article-video__modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    background: #fff;
}
.component-article-video__modal .glencore-content {
    margin: 40px auto;
    max-width: 800px;
}
.component-article-video__date {
    font-size: 0.75rem;
    margin: 15px 0 0;
}
.component-article-video__title {
    margin-bottom: 0.8rem;
    font-size: 1rem;
}
@media (min-width: 768px) {
    .component-article-video__title {
        font-size: 1.125rem;
    }
}
.component-article-video__content .vjs-tech {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
}
.component-article-video__content.disable-video .glencore-video {
    display: none;
}
.component-article-video__content .glencore-thumb {
    width: 100%;
    height: auto;
}
.component-article-video__desc {
    padding-top: 10px;
    line-height: 1.4em;
    font-size: 12px;
    font-style: italic;
}
.component-article-video__image {
    position: relative;
    padding-bottom: 55.5%;
    width: 100%;
}
.component-article-video__image .image {
    background-color: #80ba27;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.component-article-video__button {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    margin-top: -25px;
    margin-left: -25px;
    background: 0 0 !important;
    padding: 0;
    width: 50px;
    height: 50px;
}
.component-article-video__button:focus,
.component-article-video__button:hover {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.component-article-video-carousel .component-carousel-video__control {
    margin-top: 15px;
}
.component-article-video .component-article-video__image:hover {
    cursor: pointer;
}
.component-article-video .component-article-video__image:hover::after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(29, 28, 28, 0.3);
    width: 100%;
    height: 100%;
    content: "";
}
.component-article-video .link.view-more {
    display: none;
}
.component-article-video .close {
    text-transform: none;
}
.component-article-video .glencore-video {
    width: 100%;
    height: auto;
}
.modal-video-open .main {
    z-index: 1000;
}
.component-article-table__wrapper {
    padding: 0 5px;
}
@media (min-width: 576px) {
    .component-article-table__wrapper {
        padding: 0;
    }
}
.component-article-table__title {
    margin: 0 0 0.6rem;
    font-size: 1rem;
    font-weight: 500;
}
@media (min-width: 576px) {
    .component-article-table__title {
        font-size: 1.125rem;
    }
}
.component-article-table__desc {
    margin: 0 0 0.9375rem;
    font-size: 0.875rem;
}
@media (min-width: 576px) {
    .component-article-table__desc {
        margin-bottom: 0.625rem;
        font-size: 1rem;
    }
}
.component-article-table__content {
    overflow: auto;
}
@media (min-width: 576px) {
    .component-article-table__content {
        overflow: hidden;
    }
    .component-article-table__content .table,
    .component-article-table__content table {
        width: 100%;
        table-layout: fixed;
    }
}
.component-article-table__content .table,
.component-article-table__content table {
    min-width: 100%;
}
.component-article-table__content .th,
.component-article-table__content th {
    padding: 0.625rem;
    font-weight: 500;
}
.component-article-table__content .td,
.component-article-table__content td {
    padding: 15px 10px;
    font-size: 0.875rem;
}
@media (min-width: 576px) {
    .component-article-table__content .td,
    .component-article-table__content td {
        font-size: 1rem;
    }
}
.component-article-table__content .tbody .tr:nth-child(2n + 1),
.component-article-table__content .tbody tr:nth-child(2n + 1),
.component-article-table__content tbody .tr:nth-child(2n + 1),
.component-article-table__content tbody tr:nth-child(2n + 1) {
    background-color: #ededed;
}
.component-article-table__content li a {
    -webkit-transition: background-size 1s;
    transition: background-size 1s;
    background-image: linear-gradient(transparent calc(100% - 2px), #000);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-bottom: 2px;
    width: calc(100%);
    font-weight: 500;
}
.component-article-table__content li a:focus,
.component-article-table__content li a:hover {
    -webkit-animation: underlineLink 1s 1;
    animation: underlineLink 1s 1;
}
.component-article-table__recommend {
    font-size: 0.75rem;
    font-style: italic;
}
.component-article-table p {
    margin: 0;
}
.component-article-intro {
    position: relative;
    margin: 0;
    overflow: hidden;
}
.component-article-intro.has-bg {
    background-color: #ededed;
    padding: 18px 18px 28px;
}
@media (min-width: 768px) {
    .component-article-intro.has-bg {
        padding-bottom: 13px;
    }
}
.component-article-intro__item {
    margin: 0 0 20px;
}
.component-article-intro__item:first-child {
    margin-top: 0;
}
.component-article-intro__title {
    margin: 0 0 0.3125rem;
    font-size: 0.875rem;
    line-height: 1.6875rem;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}
.component-article-intro__subtitle {
    font-size: 0.875rem;
    line-height: 1.125rem;
    text-transform: uppercase;
    font-weight: 500;
}
.component-article-intro__subtitle p {
    margin: 0 0 0.3125rem;
}
.component-article-intro__subtitle p:empty {
    margin: 0;
}
.component-article-intro__desc {
    line-height: 1.25rem;
}
@media (min-width: 768px) {
    .component-article-intro__desc {
        font-size: 1rem;
    }
}
.component-article-intro__desc p {
    margin: 0 0 1.0625rem;
}
@media (min-width: 768px) {
    .component-article-intro__desc p {
        margin: 0 0 0.875rem;
    }
}
.component-article-intro__desc p:empty {
    margin: 0;
}
.component-article-intro__link .glencore-link,
.component-article-intro__link .link {
    font-size: 0.875rem;
    display: inline-block;
    margin: 10px 0 0;
    font-weight: 500;
}
@media (min-width: 768px) {
    .component-article-intro__link .glencore-link,
    .component-article-intro__link .link {
        font-size: 1rem;
    }
}
.component-article-intro__link .glencore-link:first-child,
.component-article-intro__link .link:first-child {
    margin-top: 0;
}
.component-article-intro__link .glencore-link__text,
.component-article-intro__link .link__text {
    font-size: inherit;
}
.swiper-container .component-article-intro {
    overflow: visible;
}
.component-download-pdf {
    padding-left: 1.75rem;
}
.component-download-pdf .link__text {
    position: relative;
    font-weight: 600;
}
.component-download-pdf .link__text::before {
    background-position: 0 0;
    display: inline-block;
    position: absolute;
    top: 0;
    left: -28px;
    background-image: url(../img/icons/blue-download-icon.png);
    background-size: 15px auto;
    width: 13px;
    height: 21px;
    content: "";
}
.component-download-pdf .link__capacity {
    margin-left: 5px;
    font-weight: 200;
}
.component-tab-module__item-header {
    font-size: 0.875rem;
    display: block;
    position: relative;
    z-index: 2;
    background-color: #ededed;
    padding: 15px;
    font-weight: 600;
}
@media (min-width: 576px) {
    .component-tab-module__item-header {
        display: none;
    }
}
.component-tab-module__item-header:focus,
.component-tab-module__item-header:hover {
    cursor: pointer;
}
.component-tab-module__item-header::before {
    display: inline-block;
    position: absolute;
    right: 30px;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    background-image: url(../img/icons/arrow-down.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 21px;
    height: 12px;
    content: "";
}
.component-tab-module__item-header.open::before {
    top: 7px;
    background-image: url(../img/icons/close.svg);
    width: 18px;
    height: 18px;
}
.component-tab-module__select-item-wrapper {
    position: relative;
}
.component-tab-module__list-items {
    position: absolute;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    background-color: #ededed;
    padding: 15px;
    width: 100%;
}
@media (min-width: 576px) {
    .component-tab-module__list-items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        margin: 0 -5px;
        background-color: #fff;
        padding: 0;
        width: 100%;
    }
}
.component-tab-module__list-items.show {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 1;
    z-index: 10;
}
.component-tab-module__list-item {
    padding: 5px 0;
}
@media (min-width: 576px) {
    .component-tab-module__list-item {
        position: relative;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 5px;
        max-width: 100%;
        text-align: center;
        text-transform: uppercase;
        font-weight: 600;
    }
    .component-tab-module__list-item .glencore-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom: 1px solid #000;
        height: 54px;
        min-height: 54px;
    }
    .component-tab-module__list-item:focus,
    .component-tab-module__list-item:hover {
        cursor: pointer;
    }
    .component-tab-module__list-item:focus .glencore-content,
    .component-tab-module__list-item:hover .glencore-content {
        background-color: #80ba27;
        border-color: transparent;
    }
}
.component-tab-module__list-item.active:focus,
.component-tab-module__list-item.active:hover {
    cursor: default;
}
.component-tab-module__list-item.active .glencore-content {
    background-color: #80ba27;
    border-color: transparent;
}
.component-tab-module__list-item.active .component-tab-module__item-text {
    color: #000;
}
@media (max-width: 575.98px) {
    .component-tab-module__list-item.active .glencore-content {
        background-color: transparent !important;
    }
}
.component-tab-module__list-item .glencore-content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.component-tab-module__list-item .component-tab-module__item-text {
    color: #80ba27;
    font-size: 0.875rem;
    line-height: 1rem;
    display: inline-block;
    border-bottom: 1px solid #000;
    font-weight: 600;
}
@media (min-width: 576px) {
    .component-tab-module__list-item .component-tab-module__item-text {
        border: 0;
        padding: 5px 10px;
        color: #000 !important;
    }
}
.component-tab-module__content-item {
    display: none;
    padding: 5px 0;
}
@media (min-width: 768px) {
    .component-tab-module__content-item {
        padding: 15px;
    }
}
.component-tab-module__content-item.active {
    display: block;
}
.component-tab-module.profile__list-item .component-tab-module__item-text {
    width: 170px;
}
.component-member-board__avatar {
    background-position: center;
    background-size: cover;
    padding-bottom: 50%;
    height: 130px;
}
@media (min-width: 768px) {
    .component-member-board__avatar {
        margin-bottom: 20px;
        padding-bottom: 0;
        height: 123px;
    }
}
@media (min-width: 992px) {
    .component-member-board__avatar {
        height: 165px;
    }
}
.component-member-board__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    width: 100%;
}
@media (min-width: 576px) {
    .component-member-board__item {
        display: block;
        margin-bottom: 50px;
    }
}
.component-member-board__content {
    margin-top: 0.9375rem;
}
@media (min-width: 576px) {
    .component-member-board__content {
        padding: 0;
    }
}
.component-member-board__name {
    display: block;
    margin-bottom: 0.2125rem;
    line-height: 1.1rem;
    font-size: 1rem;
    font-weight: 600;
}
@media (min-width: 576px) {
    .component-member-board__name {
        line-height: 1.2rem;
        font-size: 1.125rem;
    }
}
.component-member-board__role {
    display: block;
    line-height: 1.1rem;
    font-size: 1rem;
    font-weight: 100;
}
@media (min-width: 576px) {
    .component-member-board__role {
        line-height: 1.2rem;
        font-size: 1.125rem;
    }
}
.component-member-board .link {
    font-size: 0.875rem;
    font-weight: 400;
}
@media (min-width: 576px) {
    .component-member-board .link {
        font-size: 1rem;
    }
}
.component-carousel-news {
    overflow: hidden;
}
.component-carousel-news__row {
    margin-right: -12px;
    margin-left: -12px;
}
.component-carousel-news__title {
    position: relative;
    margin-bottom: 20px;
}
.component-carousel-news__title .title {
    font-size: 1.125rem;
    font-weight: 600;
}
@media (min-width: 992px) {
    .component-carousel-news__title .title {
        font-size: 1.3125rem;
    }
}
.component-carousel-news__title .link {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0.75rem;
    font-weight: 600;
}
@media (min-width: 576px) {
    .component-carousel-news__title .link {
        font-size: 1rem;
    }
}
.component-carousel-news__wrapper {
    background-color: #ededed;
    padding: 20px;
}
.component-carousel-news__control {
    float: none;
    margin: 10px;
    text-align: center;
}
@media (min-width: 576px) {
    .component-carousel-news__control {
        float: right;
    }
}
.component-carousel-news .swiper-slide {
    padding: 0 12px;
}
.component-carousel-news .swiper-slide .component-promotion-article {
    padding: 0 20px 30px;
}
.component-carousel-news .carousel-caption {
    position: inherit;
}
.component-carousel-news .component-promotion-article .link__text {
    font-size: 0.875rem;
}
@media (min-width: 576px) {
    .component-carousel-news .component-promotion-article .link__text {
        font-size: 1rem;
    }
}
.component-contact-form__wrapper {
    background-color: #ededed;
    padding: 20px 10px;
}
@media (min-width: 768px) {
    .component-contact-form__wrapper {
        padding: 20px 30px;
    }
}
.component-contact-form__dropdown-title,
.component-contact-form__input,
.component-contact-form__text-area {
    display: block;
    margin-bottom: 17px;
    border: 0;
    background-color: #fdfdfd;
    padding: 15px 10px;
    width: 100%;
    font-weight: 600;
}
.component-contact-form__dropdown-title:focus,
.component-contact-form__dropdown-title:hover,
.component-contact-form__input:focus,
.component-contact-form__input:hover,
.component-contact-form__text-area:focus,
.component-contact-form__text-area:hover {
    outline: 0;
}
.component-contact-form__dropdown-title::-webkit-input-placeholder,
.component-contact-form__input::-webkit-input-placeholder,
.component-contact-form__text-area::-webkit-input-placeholder {
    color: #000;
    font-size: 1rem;
    font-weight: 600;
}
.component-contact-form__dropdown-title::-moz-placeholder,
.component-contact-form__input::-moz-placeholder,
.component-contact-form__text-area::-moz-placeholder {
    color: #000;
    font-size: 1rem;
    font-weight: 600;
}
.component-contact-form__dropdown-title:-ms-input-placeholder,
.component-contact-form__input:-ms-input-placeholder,
.component-contact-form__text-area:-ms-input-placeholder {
    color: #000;
    font-size: 1rem;
    font-weight: 600;
}
.component-contact-form__dropdown-title::-ms-input-placeholder,
.component-contact-form__input::-ms-input-placeholder,
.component-contact-form__text-area::-ms-input-placeholder {
    color: #000;
    font-size: 1rem;
    font-weight: 600;
}
.component-contact-form__dropdown-title::placeholder,
.component-contact-form__input::placeholder,
.component-contact-form__text-area::placeholder {
    color: #000;
    font-size: 1rem;
    font-weight: 600;
}
.component-contact-form__dropdown-title[aria-invalid="true"],
.component-contact-form__input[aria-invalid="true"],
.component-contact-form__text-area[aria-invalid="true"] {
    border-bottom: 1px solid #e62e29;
}
.component-contact-form__warning {
    display: block;
    margin-top: -5px;
    margin-bottom: 10px;
    margin-left: 15px;
    color: #e62e29;
    font-size: 0.875rem;
    font-weight: 500;
}
.component-contact-form__dropdown {
    position: relative;
}
.component-contact-form__dropdown-title::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-image: url(../img/icons/arrow-down.svg);
    width: 20px;
    height: 10px;
    content: "";
}
.component-contact-form__dropdown-title.show::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.component-contact-form__dropdown-list {
    position: absolute;
    top: 100%;
    z-index: 1;
    background-color: #ededed;
    width: 100%;
}
.component-contact-form__dropdown-item {
    display: block;
    border-top: 1px solid #939393;
    padding: 10px 15px;
    font-size: 1.025rem;
    font-weight: 500;
}
.component-contact-form__dropdown-item:first-child {
    border-top: 0;
}
.component-contact-form__dropdown-item:focus,
.component-contact-form__dropdown-item:hover {
    background-color: #939393;
}
.component-contact-form__sbm-wrapper {
    display: block;
}
@media (min-width: 768px) {
    .component-contact-form__sbm-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.component-contact-form__btn-wrapper {
    margin-top: 10px;
}
@media (min-width: 768px) {
    .component-contact-form__btn-wrapper {
        margin-top: auto;
        margin-left: auto;
        padding-top: 10px;
    }
}
.component-contact-form__button-submit {
    padding: 10px 20px;
}
.component-contact-form__button-submit:focus .component-contact-form__button-text,
.component-contact-form__button-submit:hover .component-contact-form__button-text {
    background-size: 100% 100%;
}
.component-contact-form__button-text {
    -webkit-transition: background-size 0.5s ease;
    transition: background-size 0.5s ease;
    background-image: linear-gradient(transparent calc(100% - 1px), #fff 1px);
    background-repeat: no-repeat;
    background-size: 0 100%;
    padding-bottom: 2px;
    width: calc(100%);
}
.component-contact-form__captcha {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transform-origin: 0;
    transform-origin: 0;
}
@media (min-width: 768px) {
    .component-contact-form__captcha {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.component-contact-form__success {
    margin-bottom: 25px;
    background-image: url(../img/icons/success-icon.svg);
    width: 80px;
    height: 80px;
}
.component-contact-form__success-wrapper {
    background-color: #80ba27;
    padding: 90px 0 95px;
}
.component-contact-form__success-text {
    font-size: 1.125rem;
    color: #fff;
}
.component-blog-post__img {
    margin-bottom: 15px;
    background-size: cover;
    width: 100%;
    height: 160px;
}
@media (min-width: 768px) {
    .component-blog-post__img {
        height: 165px;
    }
}
.component-blog-post__date {
    font-size: 0.75rem;
}
.component-blog-post .link__text,
.component-blog-post__content {
    font-size: 0.875rem;
}
@media (min-width: 768px) {
    .component-blog-post .link__text,
    .component-blog-post__content {
        font-size: 1rem;
    }
}
.component-blog-post__paragraph {
    margin-bottom: 5px;
}
.component-carousel-visual__control {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    z-index: 2;
    max-width: 730px;
}
.component-carousel-visual__control.full {
    max-width: 950px;
}
.component-carousel-visual__control .glencore-next,
.component-carousel-visual__control .glencore-prev {
    position: absolute;
    top: -40px;
    background-size: cover;
    cursor: pointer;
    width: 39px;
    height: 39px;
}
.component-carousel-visual__control .glencore-prev {
    left: -80px;
    background-image: url(../img/icons/left-arrow-circle-white.png);
}
.component-carousel-visual__control .glencore-next {
    right: -80px;
    background-image: url(../img/icons/right-arrow-circle-white.png);
}
.component-carousel-visual .glencore-pagination {
    margin-top: 0.5rem;
    text-align: center;
}
.component-carousel-visual .glencore-pagination-bullet {
    background-color: #80ba27;
    margin: 0 5px;
}
.component-carousel-visual__slide {
    position: relative;
}
@media (min-width: 992px) {
    .component-carousel-visual__slide {
        margin-right: calc(50% - 50vw + 8.5px);
        margin-left: calc(50% - 50vw + 8.5px);
    }
}
.component-carousel-visual .figure {
    display: block;
    margin-bottom: 0;
}
.component-carousel-visual .figure-img {
    background-position: center;
    background-size: cover;
    height: 155px;
}
@media (min-width: 768px) {
    .component-carousel-visual .figure-img {
        margin-bottom: 1rem;
        height: 350px;
    }
}
@media (min-width: 768px) {
    .component-carousel-visual .figure-img.full {
        height: 440px;
    }
}
.component-carousel-visual .description {
    font-size: 0.75rem;
    display: none;
    font-style: italic;
}
.component-carousel-visual .description.active {
    display: block;
}
@media (min-width: 992px) {
    .component-carousel-visual .swiper-slide {
        width: 730px;
    }
}
@media (min-width: 992px) {
    .component-carousel-visual .swiper-slide.full {
        width: 950px;
    }
}
.component-carousel-visual .swiper-slide-active .description {
    display: block;
}
.component-promotion .component-article-video__default .glencore-wrapper {
    display: none;
}
.component-promotion .component-article-video__default .view-more {
    display: inline-block;
}
.component-promotion .component-article-video__modal .view-more {
    display: none;
}
.component-promotion .component-article-video__desc,
.component-promotion .component-article-video__title {
    display: none;
}
.component-promotion__wrapper {
    border-top-color: #80ba27;
    margin: 10px 0;
    border-top-width: 1px;
    border-top-style: solid;
}
@media (min-width: 768px) {
    .component-promotion__wrapper {
        margin: 0;
    }
}
.component-promotion__title {
    font-size: 1.125rem;
    font-weight: 600;
}
.component-promotion__unit {
    font-size: 1.875rem;
    font-weight: 600;
}
.component-promotion__description {
    font-size: 0.875rem;
    margin-bottom: 0;
    font-weight: 100;
}
@media (min-width: 768px) {
    .component-promotion__description {
        font-size: 1rem;
    }
}
.component-promotion__value {
    font-size: 2.1875rem;
    line-height: 2.1875rem;
    margin-bottom: 0;
    padding: 15px 0 0;
    font-weight: 600;
}
@media (min-width: 576px) {
    .component-promotion__value {
        font-size: 2.5rem;
        line-height: 2.5rem;
    }
}
@media (min-width: 992px) {
    .component-promotion__value {
        font-size: 3.125rem;
        line-height: 3.125rem;
    }
}
.component-promotion-feature {
    margin: 25px -15px 0;
}
@media (min-width: 768px) {
    .component-promotion-feature {
        margin: 30px auto 0;
    }
}
@media (min-width: 992px) {
    .component-promotion-feature {
        margin: 30px 3px 0;
    }
}
.component-promotion-feature:first-child {
    margin-top: 0;
}
.component-promotion-feature__wrapper {
    position: relative;
    background-size: cover;
    padding: 45px 20px;
    overflow: hidden;
    color: #fff;
}
@media (min-width: 768px) {
    .component-promotion-feature__wrapper {
        padding: 30px 55px 45px;
    }
}
@media (min-width: 992px) {
    .component-promotion-feature__wrapper {
        padding: 50px 160px 95px;
    }
}
@media (min-width: 768px) {
    .component-promotion-feature__content {
        width: 50%;
    }
}
.component-promotion-feature__content .desc {
    max-width: 210px;
    overflow: hidden;
    font-size: 0.875rem;
}
@media (min-width: 992px) {
    .component-promotion-feature__content .desc {
        margin-bottom: 5px;
        max-width: 100%;
        font-size: 1rem;
    }
}
.component-promotion-feature__content.left {
    margin-left: 35px;
}
@media (min-width: 768px) {
    .component-promotion-feature__content.left {
        margin-left: 40px;
    }
}
@media (min-width: 992px) {
    .component-promotion-feature__content.left {
        margin-left: 0;
    }
}
.component-promotion-feature__content.left .line {
    left: 17px;
    border-width: 0 0 0 2px;
}
@media (min-width: 768px) {
    .component-promotion-feature__content.left .line {
        right: auto;
        left: 30px;
        border-width: 0 0 0 2px;
    }
}
@media (min-width: 992px) {
    .component-promotion-feature__content.left .line {
        right: auto;
        left: 75px;
    }
}
@media (min-width: 768px) {
    .component-promotion-feature__content.right {
        float: right;
    }
}
.component-promotion-feature__content.right .line {
    right: 17px;
    border-width: 0 2px 0 0;
}
@media (min-width: 768px) {
    .component-promotion-feature__content.right .line {
        right: 30px;
    }
}
@media (min-width: 992px) {
    .component-promotion-feature__content.right .line {
        right: 75px;
    }
}
.component-promotion-feature__thumbnail {
    margin: 0 0 20px;
    min-height: 15px;
}
.component-promotion-feature__thumbnail img {
    max-width: 55px;
    height: auto;
}
@media (min-width: 992px) {
    .component-promotion-feature__thumbnail img {
        max-width: 75px;
    }
}
.component-promotion-feature .glencore-link {
    font-size: 16px;
}
.component-promotion-feature .glencore-link::after {
    background-color: #fff;
}
.component-promotion-feature .title {
    font-size: 1.5em;
    font-weight: 200;
}
@media (min-width: 768px) {
    .component-promotion-feature .title {
        font-size: 1.875rem;
    }
}
.component-promotion-feature .btn,
.component-promotion-feature .button,
.component-promotion-feature button {
    background-color: #80ba27;
    position: relative;
    z-index: 1;
    cursor: pointer;
    font-size: 0.875rem;
}
@media (min-width: 992px) {
    .component-promotion-feature .btn,
    .component-promotion-feature .button,
    .component-promotion-feature button {
        font-size: 1rem;
    }
}
.component-promotion-feature .btn .link__text,
.component-promotion-feature .button .link__text,
.component-promotion-feature button .link__text {
    background-image: linear-gradient(transparent calc(100% - 2px), #fff);
    font-size: inherit;
}
.component-promotion-feature .component-article-video__button {
    position: absolute;
    z-index: 10000;
}
.component-promotion-feature .line {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-style: solid;
    border-radius: 100%;
    border-color: #fff;
    width: 44rem;
    height: 44rem;
}
.component-promotion-report {
    margin-top: 30px;
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width: 768px) {
    .component-promotion-report {
        margin-top: 0;
        margin-right: 0;
        margin-left: 0;
    }
}
.component-promotion-report__container {
    position: relative;
    margin: 0;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 100%;
    width: 100%;
}
.component-promotion-report__wrapper {
    margin: 0 auto;
    max-width: 780px;
}
.component-promotion-report__content {
    position: absolute;
    top: 35px;
    right: 35px;
    bottom: 35px;
    left: 35px;
    text-align: center;
    color: #fff;
}
@media (min-width: 992px) {
    .component-promotion-report__content {
        top: 40px;
        right: 40px;
        bottom: 40px;
        left: 40px;
    }
}
@media (min-width: 576px) {
    .component-promotion-report__content {
        top: 25px;
        right: 25px;
        bottom: 25px;
        left: 25px;
    }
}
.component-promotion-report__content .desc {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    margin: 0;
    padding-bottom: 5px;
    text-align: center;
}
.component-promotion-report__content .title {
    display: inline-block;
    -webkit-transition: padding 0.5s;
    transition: padding 0.5s;
    margin: 0;
    padding-bottom: 0;
    max-width: 300px;
    font-size: 1.3125rem;
    font-weight: 100;
}
@media (min-width: 992px) {
    .component-promotion-report__content .title {
        font-size: 1.875rem;
    }
}
.component-promotion-report__content .intro {
    display: block;
    -webkit-transition: max-height 0.5s linear;
    transition: max-height 0.5s linear;
    opacity: 0;
    margin: 0;
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
}
.component-promotion-report__content .text {
    margin: 0;
}
.component-promotion-report__btn {
    position: absolute;
    bottom: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 0;
    border-radius: 0;
    background: 0 0;
    cursor: pointer;
}
@media (min-width: 768px) {
    .component-promotion-report__btn {
        bottom: 10px;
    }
}
@media (min-width: 992px) {
    .component-promotion-report__btn {
        bottom: 35px;
    }
}
.component-promotion-report__btn:focus,
.component-promotion-report__btn:hover {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: 0 0;
}
.component-promotion-report .btn.view-more {
    position: absolute;
    bottom: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 0;
    border-radius: 0;
    background: transparent url(../img/icons/download-icon-circle.png) no-repeat center center;
    cursor: pointer;
    width: 38px;
    height: 38px;
}
@media (min-width: 768px) {
    .component-promotion-report .btn.view-more {
        bottom: 10px;
    }
}
@media (min-width: 992px) {
    .component-promotion-report .btn.view-more {
        bottom: 35px;
    }
}
.component-promotion-report .btn.view-more:focus,
.component-promotion-report .btn.view-more:hover {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent url(../img/icons/download-icon-circle.png) no-repeat center center;
}
.component-promotion-report .btn.view-more .link__text {
    display: none;
}
.component-promotion-report .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg);
    z-index: 0;
    border-radius: 100%;
}
.component-promotion-report .overlay__content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.component-promotion-report .overlay__content--0 {
    opacity: 0.4;
    border-radius: 100%;
    background-color: #000;
}
.component-promotion-report .overlay .halfclip {
    position: absolute;
    right: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
    -webkit-transform-origin: left center;
    transform-origin: left center;
}
.component-promotion-report .overlay .halfcircle {
    position: absolute;
    right: 0;
    border: solid 2px transparent;
    border-radius: 50%;
    border-top-color: #fff;
    border-left-color: #fff;
    height: 100%;
}
.component-promotion-report .overlay .halfcircle.fixed {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: -webkit-transform 0.5s linear;
    transition: -webkit-transform 0.5s linear;
    transition: transform 0.5s linear;
    transition: transform 0.5s linear, -webkit-transform 0.5s linear;
    opacity: 0;
    width: 100%;
}
.component-promotion-report .overlay .halfcircle.clipped {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: -webkit-transform 0.5s linear;
    transition: -webkit-transform 0.5s linear;
    transition: transform 0.5s linear;
    transition: transform 0.5s linear, -webkit-transform 0.5s linear;
    width: 200%;
}
.component-promotion-report:hover .title {
    padding-bottom: 10px;
}
.component-promotion-report:hover .intro {
    -webkit-animation: changeIntro 0.5s;
    animation: changeIntro 0.5s;
    opacity: 1;
    max-height: 24px;
    text-overflow: ellipsis;
}
.component-promotion-report:hover .overlay__content--0 {
    opacity: 0.7;
}
.component-promotion-report:hover .overlay .halfclip {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-animation: cliprotate 1s 1;
    animation: cliprotate 1s 1;
}
.component-promotion-report:hover .overlay .halfcircle.fixed {
    -webkit-animation: showfixed 1s 1;
    animation: showfixed 1s 1;
    opacity: 1;
}
.component-promotion-report:hover .overlay .halfcircle.clipped {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-animation: rotate 0.5s linear 2;
    animation: rotate 0.5s linear 2;
}
.component-promotion-grid {
    font-size: 0.875rem;
}
@media (min-width: 768px) {
    .component-promotion-grid {
        font-size: 1rem;
    }
}
.component-promotion-grid__title {
    position: relative;
    font-size: 1rem;
}
@media (min-width: 768px) {
    .component-promotion-grid__title {
        font-size: 1.125rem;
    }
}
.component-promotion-grid__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.component-promotion-grid__content-wrapper {
    margin-left: 10px;
}
@media (min-width: 992px) {
    .component-promotion-grid__content-wrapper {
        margin-left: 20px;
    }
}
.component-promotion-grid__content .content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.component-promotion-grid__image {
    position: relative;
    z-index: 1000;
    background-position: center;
    background-size: cover;
    padding-bottom: 65px;
    width: 65px;
    height: 0;
    overflow: hidden;
}
@media (min-width: 768px) {
    .component-promotion-grid__image {
        padding-bottom: 90px;
        width: 90px;
        max-width: none;
    }
}
.component-promotion-grid__image img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.component-promotion-grid__sub-title {
    font-size: 1rem;
}
@media (min-width: 768px) {
    .component-promotion-grid__sub-title {
        font-size: 1.125rem;
        font-weight: 100;
    }
}
.component-promotion-grid__small-text {
    font-size: 0.875rem;
}
.component-promotion-grid .rounded-circle {
    border-radius: 50%;
}
.component-promotion-grid .mb-0 p {
    margin-bottom: 0;
}
.component-promotion-grid .glencore-link.external,
.component-promotion-grid .link.external {
    position: static;
    padding: 0;
}
.component-promotion-grid .glencore-link.external::after,
.component-promotion-grid .link.external::after {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 7px;
    margin: 0;
}
.component-promotion-article {
    background: #ededed;
    padding-bottom: 30px;
    height: 100%;
}
@media (min-width: 576px) {
    .component-promotion-article {
        padding: 0 20px 30px;
    }
}
.component-promotion-article__content--latest {
    padding: 20px 20px 35px;
}
.component-promotion-article__content--related {
    position: relative;
    padding: 80px 70px 30px;
}
.component-promotion-article__content--related::after,
.component-promotion-article__content--related::before {
    position: absolute;
    z-index: 1;
    background-size: cover;
    content: "";
}
.component-promotion-article__content--related::after {
    top: 40px;
    left: 25px;
    background-image: url(../img/icons/link.png);
    width: 33px;
    height: 33px;
}
.component-promotion-article__content--related::before {
    background-position: 0 0;
    top: 0;
    left: 0;
    background-image: url(../img/quote-circle.png);
    width: 80px;
    height: 70px;
}
.component-promotion-article__date {
    margin: 0 0 1px;
    font-size: 0.75rem;
}
@media (min-width: 576px) {
    .component-promotion-article__date {
        font-size: 0.875rem;
    }
}
.component-promotion-article__thumbnail {
    margin: 0 -20px;
}
.component-promotion-article__thumbnail-link {
    display: block;
}
.component-promotion-article__thumbnail .glencore-thumb {
    width: 100%;
    height: auto;
}
.component-promotion-article__desc {
    padding: 20px 0;
}
.component-promotion-article__title {
    font-size: 1rem;
    font-weight: 600;
}
@media (min-width: 576px) {
    .component-promotion-article__title {
        font-size: 1.125rem;
    }
}
.component-promotion-article__title--latest {
    margin: 0 0 20px;
    font-size: 1rem;
}
.component-promotion-article__title--latest .link__text {
    background-image: none;
}
.component-promotion-article__title--latest .link:focus .link__text,
.component-promotion-article__title--latest .link:hover .link__text {
    background-image: linear-gradient(transparent calc(100% - 2px), #000);
}
.component-promotion-article__title--related {
    margin: 0 0 20px;
    font-weight: 600;
}
.component-promotion-article__subtitle {
    margin: 0;
    font-size: 0.875rem;
}
@media (min-width: 576px) {
    .component-promotion-article__subtitle {
        font-size: 1rem;
    }
}
.component-promotion-article__list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.component-promotion-article__list .item {
    position: relative;
    margin: 12px 0 0;
}
.component-promotion-article__list .item:first-child {
    margin: 0;
}
.component-promotion-article__list .link--download {
    font-size: 0.875rem;
    width: 100%;
}
.component-promotion-article__list .link--download::after {
    display: block;
    position: absolute;
    right: 5px;
    bottom: 2px;
    border: 0;
    background-image: url(../img/icons/donwload-icon.svg);
    background-size: cover;
    width: 10px;
    height: 15px;
    content: "";
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .component-article-quote .glencore-link:focus,
    .component-article-quote .glencore-link:hover,
    .component-article-quote .link:focus,
    .component-article-quote .link:hover {
        color: #000;
    }
}
.component-popular-media {
    margin: 3.125rem 0 0;
    width: 100%;
    overflow: hidden;
}
.component-popular-media__title {
    position: relative;
}
.component-popular-media__title .title,
.component-popular-media__title h4 {
    font-size: 1.125rem;
    margin: 0 0 0.9375rem;
    max-width: 15.3125rem;
    max-width: 50%;
    font-weight: 600;
}
@media (min-width: 992px) {
    .component-popular-media__title .title,
    .component-popular-media__title h4 {
        font-size: 1.3125rem;
        max-width: 100%;
    }
}
.component-popular-media__title .cta {
    font-size: 0.75rem;
    position: absolute;
    right: 0;
    bottom: 0;
}
@media (min-width: 768px) {
    .component-popular-media__title .cta {
        font-size: 1rem;
    }
}
.component-popular-media__title .glencore-link__text {
    background-size: 100% 100%;
}
.component-popular-media .component-media-grid {
    margin: 0.3125rem 0;
}
.component-popular-media .component-media-grid__picture {
    position: relative;
    margin: 0 0 15px;
    padding-bottom: 55.5%;
    width: 100%;
}
.component-popular-media .component-media-grid__picture::after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(29, 28, 28, 0.3);
}
.component-popular-media .component-media-grid__picture:hover::after {
    content: "";
}
.component-popular-media .component-media-grid__picture .image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.component-popular-media .component-media-grid__video {
    margin: 0 0 0.9375rem;
}
.component-popular-media .component-media-grid__icon-picture {
    background-color: transparent;
}
.component-popular-media .component-media-grid__icon-picture:focus,
.component-popular-media .component-media-grid__icon-picture:hover {
    -webkit-transition: none;
    transition: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
}
.component-popular-media .component-media-grid__descript-text {
    margin: 0.3125rem 0 0;
}
.component-popular-media .link {
    display: inline-block;
}
.component-popular-media .link__text {
    display: inline-block;
}
@media (min-width: 768px) {
    .component-faq__heading,
    .component-latest-blog__heading {
        font-size: 1.125rem;
    }
}
.component-faq__row,
.component-latest-blog__row {
    margin: 0 -15px;
    overflow: hidden;
}
.component-faq__item,
.component-latest-blog__item {
    margin-top: 1.875rem;
    overflow: hidden;
}
@media (min-width: 768px) {
    .component-faq__item,
    .component-latest-blog__item {
        float: left;
        overflow: visible;
    }
}
.component-faq__item .embed-responsive::before,
.component-latest-blog__item .embed-responsive::before {
    padding-top: 56%;
}
@media (min-width: 768px) {
    .component-faq__item--right,
    .component-latest-blog__item--right {
        float: right;
    }
}
@media (min-width: 768px) {
    .component-faq__item--double .embed-responsive::before,
    .component-latest-blog__item--double .embed-responsive::before {
        padding-top: 68%;
    }
}
.component-faq__item--double .col-grid-text,
.component-latest-blog__item--double .col-grid-text {
    position: relative;
    padding: 0.625rem 0.9rem 1.25rem;
}
@media (min-width: 768px) {
    .component-faq__item--double .col-grid-text,
    .component-latest-blog__item--double .col-grid-text {
        padding: 1.875rem;
    }
}
.component-faq__item--double .col-grid-text::before,
.component-latest-blog__item--double .col-grid-text::before {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: -1000px;
    left: 0;
    background-color: #ededed;
    content: "";
}
.component-article-news__items {
    padding: 0 5px;
}
@media (min-width: 576px) {
    .component-article-news__items {
        padding: 0;
    }
}
.component-article-news__item {
    margin-bottom: 30px;
    overflow: hidden;
}
.component-article-news .component-filter-control {
    margin: 0 -15px 20px;
    padding: 16px 20px;
}
@media (min-width: 576px) {
    .component-article-news .component-filter-control {
        margin-right: 0;
        margin-left: 0;
    }
}
.component-article-news .component-promotion-article {
    padding: 0 20px 30px;
}
.component-article-news .component-promotion-article__date {
    font-size: 0.75rem;
}
.component-article-news .component-promotion-article__title {
    font-weight: 300;
}
.component-article-news .component-promotion-article__content {
    position: static;
}
.component-article-news .component-promotion-article__content--latest {
    padding-bottom: 40px;
}
.component-article-news .component-promotion-article .bg {
    margin: 0 15px;
}
.component-article-news .component-promotion-article .component-promotion-article__content--latest {
    padding: 20px 0 0;
}
.component-body-copy {
    margin: 1.875rem 0;
}
.component-body-copy__intro {
    margin-bottom: 1.875rem;
}
.component-body-copy__intro-title {
    margin-bottom: 0.9375rem;
    font-size: 1.5rem;
    font-weight: 100;
}
@media (min-width: 768px) {
    .component-body-copy__intro-title {
        font-size: 1.875rem;
    }
}
@media (min-width: 992px) {
    .component-body-copy__intro-title {
        font-size: 2.1875rem;
        font-size: 2.125rem;
    }
}
.component-body-copy__intro-text {
    font-size: 1.125rem;
    line-height: 1.5rem;
}
@media (min-width: 768px) {
    .component-body-copy__intro-text {
        font-size: 1.3125rem;
        line-height: 1.6875rem;
    }
}
.component-body-copy__intro-text p {
    text-transform: inherit;
    font-size: inherit;
    font-weight: inherit;
}
.component-body-copy__intro-text a {
    font-weight: 500;
}
.component-body-copy__content-title {
    font-size: 1rem;
    font-weight: 600;
}
@media (min-width: 768px) {
    .component-body-copy__content-title {
        margin-top: 1.125rem;
        font-size: 1.125rem;
    }
}
.component-body-copy__content-title:first-child {
    margin-top: 0;
}
.component-body-copy__content-title .title {
    margin: 0;
}
.component-body-copy__content-desc {
    font-size: 0.875rem;
}
@media (min-width: 768px) {
    .component-body-copy__content-desc {
        font-size: 1.125rem;
    }
}
.component-body-copy__content-desc p {
    text-transform: inherit;
    font-size: inherit;
    font-weight: inherit;
}
.component-body-copy__content-desc p:last-child {
    margin-bottom: 0;
}
@media (min-width: 768px) {
    .component-body-copy__content-desc ol,
    .component-body-copy__content-desc ul {
        font-size: 1rem;
    }
}
.component-body-copy .title {
    text-transform: inherit;
    font-size: inherit;
    font-weight: inherit;
}
.component-career__list {
    margin-top: 1.875rem;
}
.component-career__list-order__title {
    margin-bottom: 0;
    font-size: 1rem;
}
@media (min-width: 768px) {
    .component-career__list-order__title {
        font-size: 1.125rem;
    }
}
.component-career__list-order__text {
    font-size: 0.875rem;
}
@media (min-width: 768px) {
    .component-career__list-order__text {
        font-size: 1rem;
    }
}
.component-career__list-order__image {
    margin-bottom: 0;
    width: 75px;
}
@media (min-width: 992px) {
    .component-career__list-order__image {
        width: 80px;
    }
}
@media (min-width: 768px) {
    .component-career__list-order__image {
        margin-bottom: 0;
    }
}
.component-career__list-icon {
    margin-bottom: 1.5625rem;
    text-align: center;
}
@media (min-width: 768px) {
    .component-career__list-icon {
        position: absolute;
        top: 0;
        left: 0;
    }
}
.component-career__list .item {
    margin-bottom: 1.5625rem;
    overflow: hidden;
}
@media (min-width: 768px) {
    .component-career__list .item {
        margin-bottom: 0.3125rem;
        padding-left: 95px;
    }
}
@media (min-width: 992px) {
    .component-career__list .item {
        margin-bottom: 0.625rem;
        padding-left: 105px;
        min-height: 80px;
    }
}
.component-what-we-do-business__title {
    font-size: 1.125rem;
    font-weight: 600;
}
@media (min-width: 992px) {
    .component-what-we-do-business__title {
        font-size: 1.3125rem;
    }
}
@media (min-width: 992px) {
    .main-theme .component-what-we-do-business__title {
        position: absolute;
        top: 1rem;
    }
}
.component-what-we-do-business .figure {
    max-width: 90px;
}
@media (min-width: 768px) {
    .main-theme .component-what-we-do-business .figure {
        max-width: 100%;
    }
}
@media (min-width: 992px) {
    .component-what-we-do-business .figure {
        max-width: 120px;
    }
}
.component-what-we-do-business .figure-caption {
    line-height: 1.5rem;
    color: inherit;
    font-size: 1.125rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .main-theme .component-what-we-do-business .figure-caption {
        font-size: 1rem;
    }
}
.component-what-we-do-business .orange-area {
    color: #ee7330;
}
.component-what-we-do-business .lavender-area {
    color: #7d91a5;
}
.component-what-we-do-business .green-area {
    color: #80ba27;
}
.component-what-we-do-business .blue-area {
    color: #0068b2;
}
.component-what-we-do-business .brown-area {
    color: #911821;
}
.component-what-we-do-business .yellow-area {
    color: #f7a823;
}
.component-what-we-do-business .dark-green-area {
    color: #007c40;
}
.component-what-we-do-business .blue-midnight-area {
    color: #242e7c;
}
.component-what-we-do-business__text {
    border-bottom: 2px solid #000;
    line-height: 1.375;
}
@media (min-width: 992px) {
    .main-theme .component-what-we-do-business__text {
        font-size: 1rem;
    }
}
@media (min-width: 768px) {
    .main-theme .component-what-we-do-business__text {
        border-bottom: 0;
        padding-bottom: 100%;
    }
}
.component-what-we-do-business__sector-number {
    color: #80ba27;
    vertical-align: middle;
    font-size: 1.75rem;
}
@media (min-width: 768px) {
    .main-theme .component-what-we-do-business__sector-number {
        font-size: 3.75rem;
    }
}
@media (min-width: 992px) {
    .main-theme .component-what-we-do-business__sector-number {
        line-height: 0.9;
        font-size: 6.25rem;
    }
}
.component-what-we-do-business__sector-number--small {
    line-height: 1;
    font-size: 1.75rem;
}
.component-what-we-do-business__intro {
    vertical-align: middle;
    font-size: 1.125rem;
}
.component-what-we-do-business__summary {
    border-bottom: 2px solid #000;
}
.component-what-we-do-business__bottom-circle {
    top: 0;
    right: 0;
    left: 0;
    width: 110px;
    height: 130px;
}
.component-what-we-do-business__bottom-text {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    background-color: #80ba27;
    opacity: 0;
    margin-top: 33px;
    width: 90px;
    height: 90px;
}
.component-what-we-do-business__bottom-text .link {
    color: #000 !important;
}
.component-what-we-do-business__bottom-text .link__text {
    font-size: 0.875rem;
}
.component-what-we-do-business__bottom .link {
    font-size: 0.875rem;
}
.component-what-we-do-business__bottom .link__text {
    background-image: linear-gradient(transparent calc(100% - 2px), #fff);
}
.component-what-we-do-business__main-circle {
    display: none;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
}
@media (min-width: 768px) {
    .main-theme .component-what-we-do-business__main-circle {
        display: block;
    }
}
@media (min-width: 768px) {
    .main-theme .component-what-we-do-business__descript {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 10;
    }
}
@media (min-width: 768px) {
    .main-theme .component-what-we-do-business__col {
        margin-top: 1.5rem;
    }
}
@media (min-width: 992px) {
    .main-theme .component-what-we-do-business__col {
        margin-top: 5rem;
    }
}
@media (max-width: 991.98px) {
    .component-what-we-do-business__col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
}
.component-what-we-do-business__col .figure-img {
    width: 90px;
}
@media (min-width: 768px) {
    .component-what-we-do-business__col .figure-img {
        margin-bottom: 0.75rem;
    }
}
@media (min-width: 992px) {
    .component-what-we-do-business__col .figure-img {
        width: 120px;
    }
}
.component-what-we-do-business__col.animation:nth-child(1) .figure-img {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.component-what-we-do-business__col.animation:nth-child(1) .figure-caption {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.component-what-we-do-business__col.animation:nth-child(2) .figure-img {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.component-what-we-do-business__col.animation:nth-child(2) .figure-caption {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.component-what-we-do-business__col.animation:nth-child(3) .figure-img {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.component-what-we-do-business__col.animation:nth-child(3) .figure-caption {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.component-what-we-do-business__col.animation:nth-child(4) .figure-img {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.component-what-we-do-business__col.animation:nth-child(4) .figure-caption {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.component-what-we-do-business__col.animation:nth-child(5) .figure-img {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.component-what-we-do-business__col.animation:nth-child(5) .figure-caption {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-delay: 2.2s;
    animation-delay: 2.2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.component-what-we-do-business__col:nth-child(1) .figure-img {
    opacity: 0;
}
.component-what-we-do-business__col:nth-child(1) .figure-caption {
    opacity: 0;
}
.component-what-we-do-business__col:nth-child(2) .figure-img {
    opacity: 0;
}
.component-what-we-do-business__col:nth-child(2) .figure-caption {
    opacity: 0;
}
.component-what-we-do-business__col:nth-child(3) .figure-img {
    opacity: 0;
}
.component-what-we-do-business__col:nth-child(3) .figure-caption {
    opacity: 0;
}
.component-what-we-do-business__col:nth-child(4) .figure-img {
    opacity: 0;
}
.component-what-we-do-business__col:nth-child(4) .figure-caption {
    opacity: 0;
}
.component-what-we-do-business__col:nth-child(5) .figure-img {
    opacity: 0;
}
.component-what-we-do-business__col:nth-child(5) .figure-caption {
    opacity: 0;
}
.component-what-we-do-business__col-full {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
}
.main-theme .component-what-we-do-business__col-full {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}
.component-what-we-do-business__col-full p:nth-child(1) {
    -webkit-animation-name: fadeInUpCenter;
    animation-name: fadeInUpCenter;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0;
}
.main-theme .component-what-we-do-business__col-full p:nth-child(2) {
    -webkit-animation-name: fadeInUpCenter;
    animation-name: fadeInUpCenter;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0;
}
@media (min-width: 768px) {
    .main-theme .component-what-we-do-business__col-full p:nth-child(2) {
        width: 145px;
        height: 82px;
        overflow: hidden;
    }
}
@media (min-width: 992px) {
    .main-theme .component-what-we-do-business__col-full p:nth-child(2) {
        width: 152px;
    }
}
.component-what-we-do-business__col-equal {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}
@media (min-width: 768px) {
    .component-what-we-do-business__col-equal {
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    }
}
.component-what-we-do-business__col-equal:nth-child(5) {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}
@media (min-width: 768px) {
    .component-what-we-do-business__col-equal:nth-child(5) {
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    }
}
.component-what-we-do-business__col-equal:nth-child(5) .figure-img {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0;
}
.component-what-we-do-business__col-equal:nth-child(5) .figure-caption {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-delay: 2.2s;
    animation-delay: 2.2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0;
}
.component-what-we-do-business__animating-circle {
    top: -8px;
    right: 0;
    left: 1px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 104px;
    height: 104px;
}
@media (min-width: 992px) {
    .component-what-we-do-business__animating-circle {
        width: 135px;
        height: 135px;
    }
}
.component-what-we-do-business__material {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    right: 0;
    bottom: 5px;
    left: 0;
    background-color: #fff;
}
@media (min-width: 768px) {
    .component-what-we-do-business__material {
        bottom: 15px;
    }
    .component-what-we-do-business__material::before {
        display: block;
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        background-color: #fff;
        min-height: 60px;
        content: "";
    }
}
.main-theme .component-what-we-do-business__material {
    top: 0;
    bottom: 5px;
    width: 150px;
    height: 190px;
}
@media (min-width: 992px) {
    .main-theme .component-what-we-do-business__material {
        bottom: 0;
        width: 235px;
        height: 235px;
    }
}
.component-what-we-do-business__material.animating-text {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.component-keep-up-to-date {
    margin: 50px 0 0;
    overflow: hidden;
}
.component-keep-up-to-date__title .title {
    margin: 0 0 0.9375rem;
    font-size: 1rem;
    font-weight: 600;
}
@media (min-width: 576px) {
    .component-keep-up-to-date__title .title {
        font-size: 1.3125rem;
    }
}
.component-keep-up-to-date__wrapper {
    margin-right: -15px;
    margin-left: -15px;
}
.component-keep-up-to-date__content {
    margin-bottom: 10px;
}
.component-keep-up-to-date__item {
    position: relative;
    background-color: #ededed;
    overflow: hidden;
}
.component-keep-up-to-date__item .title {
    font-size: 0.875rem;
    margin: 0 0 35px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    font-weight: 100;
}
.component-keep-up-to-date__item .glencore-wrapper {
    position: relative;
    overflow: hidden;
}
.component-keep-up-to-date__item .glencore-wrapper > .glencore-link {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    color: transparent;
    font-size: 0;
}
.component-keep-up-to-date__item .glencore-wrapper > .glencore-link::after {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    opacity: 0.1;
    z-index: 1;
    background: #000;
    content: "";
}
.component-keep-up-to-date__item .glencore-wrapper > .glencore-link:hover::after {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.component-keep-up-to-date__item .glencore-content {
    position: relative;
    margin: 0 0 23px;
    width: 100%;
    height: 265px;
}
.component-keep-up-to-date__item .glencore-details {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: hidden;
}
.component-keep-up-to-date__item .glencore-icon {
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 20px;
    background-image: url(../img/icons/social-sharing.png);
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
}
.component-keep-up-to-date__item .glencore-icon__instagram {
    background-position: -128px -64px;
}
.component-keep-up-to-date__item .glencore-icon__twitter {
    background-position: -32px -64px;
}
.component-keep-up-to-date__item .glencore-icon__facebook {
    background-position: 0 -64px;
}
.component-keep-up-to-date__item .glencore-icon__youtube {
    background-position: -96px -64px;
}
.component-keep-up-to-date__item .wrapper {
    padding: 20px 20px 0;
}
.component-keep-up-to-date__item .details {
    position: relative;
    max-width: 280px;
}
.component-keep-up-to-date__item .details--rss {
    max-width: 100%;
}
.component-keep-up-to-date__item .details--facebook,
.component-keep-up-to-date__item .details--twitter,
.component-keep-up-to-date__item .details--youtube {
    max-width: 300px;
}
.component-keep-up-to-date__item .details--facebook .facebook__item .glencore-link {
    position: relative;
    border: 0;
    width: 100%;
}
.component-keep-up-to-date__item .details--facebook .facebook__item .glencore-link.video::after {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    margin-top: -20px;
    margin-left: -20px;
    background: url(../img/icons/icon_play_video.png) no-repeat center center;
    background-size: 100% auto;
    width: 40px;
    height: 40px;
    content: "";
}
.component-keep-up-to-date__item .details--facebook .facebook__item .glencore-link img {
    width: 100%;
    height: auto;
}
.component-keep-up-to-date__item .details--youtube .youtube__item .glencore-link {
    position: relative;
    border: 0;
}
.component-keep-up-to-date__item .details--youtube .youtube__item .glencore-link::after {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    margin-top: -20px;
    margin-left: -20px;
    background: url(../img/icons/icon_play_video.png) no-repeat center center;
    background-size: 100% auto;
    width: 40px;
    height: 40px;
    content: "";
}
.component-keep-up-to-date__item .details__content {
    line-height: 1.375rem;
}
.component-keep-up-to-date__item .details__content--instagram {
    margin: 0 -3px;
}
.component-keep-up-to-date__item .details__content .facebook__label,
.component-keep-up-to-date__item .details__content .twitter__label,
.component-keep-up-to-date__item .details__content .youtube__label {
    font-size: 0.75rem;
    font-weight: 100;
}
.component-keep-up-to-date__item .details__content .facebook__user,
.component-keep-up-to-date__item .details__content .twitter__user,
.component-keep-up-to-date__item .details__content .youtube__user {
    color: inherit;
    font-weight: 500;
}
.component-keep-up-to-date__item .details__content .facebook__items,
.component-keep-up-to-date__item .details__content .twitter__items,
.component-keep-up-to-date__item .details__content .youtube__items {
    margin: 0;
    padding: 0;
    list-style: none;
}
.component-keep-up-to-date__item .details__content .facebook__item,
.component-keep-up-to-date__item .details__content .twitter__item,
.component-keep-up-to-date__item .details__content .youtube__item {
    margin: 25px 0 0;
}
.component-keep-up-to-date__item .details__content .facebook__item:first-child,
.component-keep-up-to-date__item .details__content .twitter__item:first-child,
.component-keep-up-to-date__item .details__content .youtube__item:first-child {
    margin-top: 0;
}
.component-keep-up-to-date__item .details__content .facebook__item-video {
    position: relative;
    padding-bottom: 56%;
    width: 100%;
}
.component-keep-up-to-date__item .details__content .facebook__item-video iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    max-width: 100%;
    height: 100%;
}
.component-keep-up-to-date__item .details iframe,
.component-keep-up-to-date__item .details img {
    display: block;
    width: 100%;
    height: auto;
}
.component-keep-up-to-date__item .details a {
    border-bottom: 1px solid #000;
    font-weight: 500;
}
.component-keep-up-to-date__item .details a.glencore-thumb {
    border: 0;
}
.component-keep-up-to-date__item .glencore-thumb--isg {
    padding: 0 3px 6px;
}
.component-keep-up-to-date__item .glencore-thumb--isg .glencore-img {
    background-size: cover;
    padding-bottom: 100%;
}
.component-keep-up-to-date__item .glencore-img {
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
}
.component-keep-up-to-date__item .glencore-cta {
    padding: 0 20px 30px;
}
.component-keep-up-to-date__item .link {
    font-size: 0.875rem;
    font-weight: 500;
}
.component-keep-up-to-date__control {
    display: inline-block;
    float: none;
}
.component-social-grid {
    margin: 30px 0 0;
}
.component-social-grid__title {
    margin: 0 0 0.9375rem;
    font-size: 1.125rem;
    font-weight: 600;
}
.component-social-grid__title .title,
.component-social-grid__title h4 {
    margin: 0 0 0.9375rem;
    font-size: 1.125rem;
    font-weight: 600;
}
@media (min-width: 992px) {
    .component-social-grid__title .title,
    .component-social-grid__title h4 {
        font-size: 1.3125rem;
    }
}
@media (min-width: 992px) {
    .component-social-grid__title {
        font-size: 1.3125rem;
    }
}
.component-social-grid__wrapper {
    margin-right: -15px;
    margin-left: -15px;
}
.component-social-grid__content {
    margin-bottom: 10px;
}
.component-social-grid__item {
    position: relative;
    margin: 0 0 30px;
    background-color: #ededed;
    padding-bottom: 100%;
    width: 100%;
    overflow: hidden;
}
.component-social-grid__item .glencore-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 55px 10px 10px 20px;
}
@media (min-width: 992px) {
    .component-social-grid__item .glencore-wrapper {
        padding-top: 85px;
        padding-bottom: 40px;
    }
}
.component-social-grid__item .glencore-wrapper > .glencore-link {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    color: transparent;
    font-size: 0;
}
.component-social-grid__item .glencore-wrapper > .glencore-link::after {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    opacity: 0.1;
    z-index: 1;
    background: #000;
    content: "";
}
.component-social-grid__item .glencore-wrapper > .glencore-link:hover::after {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.component-social-grid__item .glencore-container {
    position: relative;
    width: 100%;
    height: 100%;
}
.component-social-grid__item .glencore-scroll {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding-right: 10px;
    overflow-x: hidden;
    overflow-y: hidden;
}
.component-social-grid__item .glencore-icon {
    display: inline-block;
    position: absolute;
    top: 15px;
    left: 20px;
    z-index: 1;
    background-image: url(../img/icons/social-sharing.png);
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
}
@media (min-width: 992px) {
    .component-social-grid__item .glencore-icon {
        top: 30px;
        left: 25px;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}
.component-social-grid__item .glencore-icon::before {
    background-position: 0 -133px;
    position: absolute;
    top: -58px;
    left: -37px;
    -webkit-transform: rotate(5deg) scale(0.8);
    transform: rotate(5deg) scale(0.8);
    margin-top: -34px;
    margin-left: -54px;
    background-image: url(../img/quote-circle.png);
    background-repeat: no-repeat;
    width: 153px;
    height: 133px;
    content: "";
}
.component-social-grid__item .glencore-icon__instagram {
    background-position: -128px -96px;
}
.component-social-grid__item .glencore-icon__instagram::after,
.component-social-grid__item .glencore-icon__instagram::before {
    border-bottom-color: #fff;
}
.component-social-grid__item .glencore-icon__instagram::before {
    background-position: 0 -399px !important;
}
.component-social-grid__item .glencore-icon__twitter {
    background-position: -32px -64px;
}
.component-social-grid__item .glencore-icon__facebook {
    background-position: 0 -64px;
}
.component-social-grid__item .glencore-thumb.instagram {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: transparent;
    font-size: 0;
}
.component-social-grid__item .glencore-thumb.facebook {
    margin: 0 0 15px;
}
.component-social-grid__item .glencore-thumb.youtube {
    margin: 0;
    background-size: cover;
    padding-bottom: 55%;
}
.component-social-grid__item .glencore-thumb.facebook,
.component-social-grid__item .glencore-thumb.youtube {
    display: block;
    position: relative;
}
.component-social-grid__item .glencore-thumb.facebook img,
.component-social-grid__item .glencore-thumb.youtube img {
    margin: 0;
    width: 100%;
    height: auto;
}
.component-social-grid__item .glencore-thumb.facebook .glencore-play-video,
.component-social-grid__item .glencore-thumb.youtube .glencore-play-video {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    margin-top: -20px;
    margin-left: -20px;
    background: url(../img/icons/icon_play_video.png) no-repeat center center;
    background-size: 100% auto;
    width: 40px;
    height: 40px;
}
.component-social-grid__item .glencore-content {
    font-size: 0.8125rem;
    line-height: 1.25rem;
    overflow: hidden;
}
@media (min-width: 992px) {
    .component-social-grid__item .glencore-content {
        font-size: 1rem;
        line-height: 1.375rem;
    }
}
.component-social-grid__item .glencore-content.twitter {
    position: relative;
}
.component-social-grid__item .glencore-content.twitter .time {
    position: absolute;
    top: 0;
    right: 10px;
}
.component-social-grid__item .glencore-content .time {
    font-size: 0.75rem;
    font-weight: 100;
}
.component-social-grid__item .glencore-content .content {
    margin: 10px 0;
}
.component-social-grid__item.youtube .glencore-wrapper {
    line-height: 0;
}
.component-social-grid__item.facebook .iframe,
.component-social-grid__item.facebook iframe {
    margin: 0 0 10px;
}
.component-social-grid__item .title {
    font-size: 1rem;
    margin: 0;
    font-weight: 500;
}
.component-social-grid__item .cta__link {
    font-size: 0.75rem;
    display: inline-block;
    color: inherit;
    font-weight: 100;
}
.component-social-grid__item .image,
.component-social-grid__item img {
    max-width: 100%;
    height: auto;
}
.component-social-grid .component-keep-up-to-date {
    margin-top: 10px;
}
.component-social-grid .component-keep-up-to-date .glencore-wrapper > .glencore-cta {
    display: none;
}
.component-social-media-page {
    margin-top: 0.625rem;
}
.component-social-media-page__filter {
    margin: 1.875rem 0 0;
}
.component-social-media-page__title {
    margin-top: 2.1875rem;
    font-weight: 600;
}
@media (max-width: 575.98px) {
    .component-social-media-page .component-tab-module__list-items.show {
        position: relative;
    }
}
.component-social-media-page .component-tab-module__item-header,
.component-social-media-page .component-tab-module__list-items {
    text-transform: capitalize;
}
.component-social-media-page .component-tab-module__item-header.show,
.component-social-media-page .component-tab-module__list-items.show {
    z-index: 15;
}
.component-social-media-page .component-tab-module__content-item {
    padding: 0.3125rem 0 1.25rem;
}
.component-social-media-page .component-social-grid__item {
    padding-bottom: 0;
}
.component-social-media-page .component-social-grid__item .glencore-wrapper {
    padding-right: 1.25rem;
    padding-bottom: 1.25rem;
    display: block;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    color: inherit;
    font-weight: 100;
}
.component-social-media-page .component-social-grid__item.instagram {
    padding-bottom: 100%;
}
.component-social-media-page .component-social-grid__item.instagram .glencore-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.component-social-media-page .component-social-grid__item.instagram .glencore-container {
    position: static;
}
.component-social-media-page .component-social-grid__item.youtube .glencore-wrapper {
    padding: 0;
}
.component-social-media-page .component-social-grid__item.youtube .glencore-content {
    line-height: 0;
}
.component-social-media-page .component-social-grid__item.youtube .glencore-icon {
    display: none;
}
.component-social-media-page .component-social-grid__item.youtube .iframe,
.component-social-media-page .component-social-grid__item.youtube iframe {
    width: 100%;
    max-width: 100%;
    height: auto;
}
.component-social-media-page .component-social-grid__item .image,
.component-social-media-page .component-social-grid__item img {
    margin: 0 0 20px;
}
.component-social-media-page .component-social-grid__item p {
    margin: 0;
}
.component-social-media-page .glencore-select__control {
    text-transform: capitalize;
}
.component-social-media-page .item {
    padding: 0 15px;
    width: 100%;
}
@media (min-width: 768px) {
    .component-social-media-page .item {
        width: 33.33%;
    }
}
.component-social-media-page .component-tab-module__select-item-wrapper {
    overflow-x: scroll;
    overflow-y: hidden;
}
@media (min-width: 992px) {
    .component-social-media-page .component-tab-module__select-item-wrapper {
        overflow: visible;
    }
}
.component-social-media-page .component-tab-module__list-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    max-width: 100%;
}
.component-share-price {
    margin: 20px 0 40px;
}
.component-share-price__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 5px;
}
.component-share-price__title .title,
.component-share-price__title h4 {
    font-size: 1.125rem;
    font-weight: 600;
}
@media (min-width: 768px) {
    .component-share-price__title .title,
    .component-share-price__title h4 {
        line-height: 1.375rem;
    }
}
@media (min-width: 992px) {
    .component-share-price__title .title,
    .component-share-price__title h4 {
        font-size: 1.3125rem;
    }
}
.component-share-price__title .glencore-link {
    font-size: 0.75rem;
    margin: 0 0 10px;
    font-weight: 500;
}
@media (min-width: 768px) {
    .component-share-price__title .glencore-link {
        font-size: 1rem;
    }
}
.component-share-price__content {
    background-color: #ededed;
    padding: 20px 20px 10px;
}
@media (min-width: 768px) {
    .component-share-price__content {
        padding-bottom: 0;
    }
}
.component-share-price__content .price {
    font-size: 2.1875rem;
    margin: 0;
    font-weight: 500;
}
@media (min-width: 768px) {
    .component-share-price__content .price {
        font-size: 2.5rem;
    }
}
@media (min-width: 992px) {
    .component-share-price__content .price {
        font-size: 2.8125rem;
    }
}
.component-share-price__content .item__title {
    font-size: 0.875rem;
    font-weight: 600;
}
@media (min-width: 768px) {
    .component-share-price__content .item__title {
        font-size: 1rem;
    }
}
.component-share-price__content .item__info {
    font-size: 0.75rem;
    font-weight: 100;
}
.component-share-price__content .item__margin {
    font-size: 0.875rem;
}
.component-share-price.news .component-share-price__share-title {
    font-size: 0.875rem;
    font-weight: 100;
}
@media (min-width: 768px) {
    .component-share-price.news .price {
        font-size: 1.875rem;
    }
}
@media (min-width: 992px) {
    .component-share-price.news .price {
        font-size: 2.125rem;
    }
}
@media (min-width: 768px) {
    .component-share-price.news .item__margin {
        text-align: right;
    }
}
.component-carousel-news .component-share-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 0;
    height: 100%;
}
.component-carousel-news .component-share-price__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100%;
}
.component-carousel-news .component-share-price__content.mb-3 {
    margin-bottom: 0 !important;
}
.component-carousel-news .component-keep-up-to-date__item .component-share-price__content > .details__content--instagram,
.component-carousel-news .component-profile__content.grid .component-share-price__content > .glencore-container,
.component-carousel-news .component-profile__content.grid .component-share-price__content > .item-wrapper,
.component-carousel-news .component-share-price__content > .row,
.component-keep-up-to-date__item .component-carousel-news .component-share-price__content > .details__content--instagram,
.component-profile__content.grid .component-carousel-news .component-share-price__content > .glencore-container,
.component-profile__content.grid .component-carousel-news .component-share-price__content > .item-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
}
.component-carousel-news .component-share-price__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100%;
}
.component-contact-map__information {
    margin: 0 -15px;
}
@media (min-width: 768px) {
    .component-contact-map__information {
        margin: 0;
    }
}
.component-contact-map__wrapper {
    height: 180px;
}
@media (min-width: 768px) {
    .component-contact-map__wrapper {
        height: 450px;
    }
}
.component-contact-map__result {
    background-color: #ededed;
    font-size: 0.875rem;
}
@media (min-width: 768px) {
    .component-contact-map__result {
        position: absolute;
        top: 0;
        left: 0;
        margin: 0;
        min-width: 340px;
    }
}
@media (min-width: 992px) {
    .component-contact-map__result {
        min-width: 380px;
        font-size: 1rem;
    }
}
.component-contact-map__result-name {
    font-size: 0.875rem;
}
.component-contact-map__result-place {
    font-size: 1rem;
}
.component-contact-map__result .form-control {
    background-image: url(../img/icons/arrow-down.svg);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    background-size: 20px 20px;
    padding: 0.375rem 2.56rem 0.375rem 1.56rem;
    color: #000;
    font-size: 0.875rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.component-contact-map__result .btn {
    position: absolute;
    top: 17px;
    right: 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: 0 0 !important;
    width: 12px;
    height: 20px;
}
.component-contact-map__result .btn[aria-expanded="true"] .icon::after {
    display: none;
}
.component-contact-map__result .btn[aria-expanded="false"] .icon::after {
    display: block;
}
.component-contact-map__result .btn .icon::after,
.component-contact-map__result .btn .icon::before {
    background-color: #80ba27;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1px;
    width: 12px;
    height: 2px;
    content: "";
}
.component-contact-map__result .btn .icon::before {
    display: block;
}
.component-contact-map__result .btn .icon::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.component-contact-map__result .card-body {
    padding: 0;
}
.component-contact-map__result .card {
    background-color: transparent;
    padding-bottom: 1.5rem;
}
@media (min-width: 992px) {
    .component-contact-map__result .card {
        padding-bottom: 1.2rem;
    }
}
.component-contact-map select::-ms-expand {
    display: none;
}
.component-online-calculator {
    margin: 0 0 30px;
}
.component-online-calculator .control-label {
    margin-bottom: 0;
}
.component-online-calculator button {
    padding: 0.65rem;
}
.component-online-calculator .form-group input {
    padding: 0.375rem 0.56rem;
}
.component-online-calculator .form-group .error-feedback {
    color: #e62e29;
}
.component-online-calculator .form-group .result {
    display: block;
    background-color: #80ba27;
    padding: 0.375rem 0.56rem;
    color: #fff;
}
.component-online-calculator .form-group__wrapper {
    padding: 0 0 15px;
}
.component-online-calculator .form-group__wrapper .gl-subtitle {
    font-size: 1.375rem;
    margin: 5px 0 20px;
    text-transform: uppercase;
    font-weight: 600;
}
.component-online-calculator .form-group__wrapper .form-group:last-child {
    margin-bottom: 0;
}
.component-online-calculator .form-group__wrapper--custom {
    border-top: 1px solid #444;
    padding-top: 15px;
}
.component-online-calculator__contact .horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.component-online-calculator__contact .horizontal .item-horizontal {
    margin-right: 20px;
}
.component-media-grid__icon-picture,
.component-media-grid__icon-video {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
}
.component-media-grid__icon-picture {
    background-image: url(../img/icons/icon_play_gallery.png);
}
.component-media-grid__icon-video {
    background-image: url(../img/icons/icon_play_video.png);
}
.component-media-grid .component-article-video__image {
    margin-bottom: 25px;
}
.component-media-grid .component-article-video .link__text {
    font-size: 0.875rem;
}
.component-media-grid__picture {
    margin-bottom: 20px;
}
.component-media-grid .component-article-video__button .glencore-image,
.component-media-grid__img {
    max-width: 100%;
    height: 160px;
}
@media (min-width: 576px) {
    .component-media-grid .component-article-video__button .glencore-image,
    .component-media-grid__img {
        height: 125px;
    }
}
@media (min-width: 768px) {
    .component-media-grid .component-article-video__button .glencore-image,
    .component-media-grid__img {
        height: 166px;
    }
}
.component-media-grid__control {
    margin-bottom: 30px;
    background-color: #ededed;
    padding: 0 20px;
    font-size: 1rem;
}
@media (min-width: 768px) {
    .component-media-grid__control {
        margin-bottom: 50px;
        font-size: 1.125rem;
    }
}
.component-media-grid__control__dropdown {
    padding: 0.5rem 1.56rem;
}
.component-media-grid__control__dropdown.show > .btn-secondary.dropdown-toggle {
    color: #000;
}
.component-media-grid__control .btn-group {
    margin: 0;
    background-color: #fff;
}
.component-media-grid__control .btn-group .btn {
    outline: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
}
.component-media-grid__control .btn-group .btn:first-child {
    background: 0;
    padding: 0;
    text-align: left;
    text-transform: none;
}
.component-media-grid__control .btn-group .btn:focus,
.component-media-grid__control .btn-group .btn:hover {
    outline: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #000;
}
.component-media-grid__control .dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 0;
    background-image: url(../img/icons/arrow-down.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 20px;
    height: 10px;
    content: "";
}
.component-media-grid__control .dropdown-menu.show {
    margin-left: -24px;
    width: 100%;
}
.component-media-grid__descript {
    font-size: 0.875rem;
}
@media (min-width: 768px) {
    .component-media-grid__descript {
        margin: 0.375rem 0 1.25rem;
        font-size: 1rem;
    }
}
.component-media-grid__descript-location,
.component-media-grid__descript-time-duration {
    font-size: 0.75rem;
}
.component-media-grid__descript-text {
    font-size: 0.875rem;
    margin-right: 5px;
}
.component-media-grid__descript-name {
    margin-bottom: 5px;
    font-size: inherit;
}
@media (min-width: 768px) {
    .component-media-grid__descript-name {
        margin-top: 0.25rem;
    }
}
.component-media-grid__list .col-md-4,
.component-media-grid__list .component-profile__content.grid .item,
.component-media-grid__list .main-theme .component-what-we-do-business__col-full,
.component-profile__content.grid .component-media-grid__list .item,
.main-theme .component-media-grid__list .component-what-we-do-business__col-full {
    margin-bottom: 30px;
}
@media (min-width: 768px) {
    .component-media-grid__list .col-md-4,
    .component-media-grid__list .component-profile__content.grid .item,
    .component-media-grid__list .main-theme .component-what-we-do-business__col-full,
    .component-profile__content.grid .component-media-grid__list .item,
    .main-theme .component-media-grid__list .component-what-we-do-business__col-full {
        margin-bottom: 50px;
    }
}
.component-media-grid__icon-download {
    background-image: url(../img/icons/donwload-icon.svg);
    background-size: cover;
    width: 10px;
    height: 10px;
}
.component-media-grid__download {
    font-size: 0.875rem;
}
@media (min-width: 768px) {
    .component-media-grid__download {
        font-size: 0.75rem;
    }
}
.component-media-grid .link__text {
    font-size: 0.875rem;
}
.component-media-grid .glencore-select__control {
    padding: 0.75rem;
}
.component-media-grid .pagination .page-item.active .page-link {
    background-color: #80ba27;
    color: #fff;
}
.component-image-grid-3-3__item {
    height: 14.375rem;
    margin: 0.9375rem 0;
    background-color: #ededed;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
@media (min-width: 768px) {
    .component-image-grid-3-3__item {
        height: 6.875rem;
    }
}
@media (min-width: 992px) {
    .component-image-grid-3-3__item {
        height: 9.125rem;
    }
}
.component-image-grid-3-3__item .link {
    line-height: 1.625rem;
    display: inline-block;
    max-width: 110px;
}
.component-calendar__content-wrapper,
.component-calendar__pagination-wrapper,
.component-calendar__tab-wrapper {
    margin-bottom: 30px;
}
@media (max-width: 991.98px) {
    .component-calendar__content-wrapper,
    .component-calendar__pagination-wrapper,
    .component-calendar__tab-wrapper {
        margin-bottom: 55px;
    }
}
.component-calendar .link__text.calendar {
    font-size: 0.875rem;
}
@media (max-width: 991.98px) {
    .component-calendar .link__text.calendar {
        font-size: 1rem;
    }
}
.component-calendar .page-item {
    margin: 0 1px;
}
.component-calendar .page-item.active .page-link,
.component-calendar .page-item:hover .page-link {
    background-color: #80ba27;
}
.component-calendar .page-item .page-link {
    color: #000 !important;
}
.component-calendar .page-link {
    padding: 10px;
    min-width: 40px;
    text-align: center;
}
.component-jobs-list .localisation {
    width: 100px;
}
@media (min-width: 576px) {
    .component-jobs-list .localisation {
        width: 20%;
    }
}
.component-jobs-list .deadline {
    width: 100px;
}
@media (min-width: 576px) {
    .component-jobs-list .deadline {
        width: 22%;
    }
}
.component-jobs-list .table .td,
.component-jobs-list .table .th,
.component-jobs-list .table td,
.component-jobs-list .table th,
.component-jobs-list table .td,
.component-jobs-list table .th,
.component-jobs-list table td,
.component-jobs-list table th {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
    vertical-align: top;
}
.component-jobs-list.hide-localisation .localisation {
    display: none;
}
.component-job-detail__content {
    overflow: hidden;
}
.component-job-detail__content [style*="font-family"] {
    font-family: inherit !important;
}
.component-job-detail__content [style*="list-style"] {
    list-style: none !important;
}
.component-job-detail__content ol,
.component-job-detail__content ul {
    margin: 0 0 10px;
}
.component-job-detail__action {
    margin: 15px 0;
}
.component-envi-disper-forecast__content {
    overflow-x: scroll;
}
@media (min-width: 768px) {
    .component-envi-disper-forecast__content {
        overflow: hidden;
    }
}
.component-envi-disper-forecast .table,
.component-envi-disper-forecast table {
    width: calc(300vw + 30px);
}
@media (min-width: 576px) {
    .component-envi-disper-forecast .table,
    .component-envi-disper-forecast table {
        width: 200vw;
    }
}
@media (min-width: 768px) {
    .component-envi-disper-forecast .table,
    .component-envi-disper-forecast table {
        width: 100%;
    }
}
.component-envi-disper-forecast .tbody .time,
.component-envi-disper-forecast tbody .time {
    font-size: 0.875rem;
}
.component-envi-disper-forecast .th,
.component-envi-disper-forecast td,
.component-envi-disper-forecast th {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
    vertical-align: top;
}
.component-envi-disper-forecast .th .title,
.component-envi-disper-forecast th .title {
    display: inline-block;
    line-height: 1.3rem;
}
.component-envi-disper-forecast .th .desc,
.component-envi-disper-forecast th .desc {
    font-size: 0.875rem;
    display: inline-block;
    line-height: 1.3rem;
    font-weight: 200;
}
.component-envi-disper-forecast .time {
    width: 160px;
}
@media (min-width: 768px) {
    .component-envi-disper-forecast .time {
        width: 130px;
    }
}
.component-envi-disper-forecast--mines .table,
.component-envi-disper-forecast--mines table {
    table-layout: auto;
}
.component-envi-disper-forecast--mines .table thead tr,
.component-envi-disper-forecast--mines table thead tr {
    background-color: #ededed;
}
.component-envi-disper-forecast--mines .table thead tr:first-child td,
.component-envi-disper-forecast--mines .table thead tr:first-child th,
.component-envi-disper-forecast--mines table thead tr:first-child td,
.component-envi-disper-forecast--mines table thead tr:first-child th {
    padding-top: 15px;
}
.component-envi-disper-forecast--mines .table thead td,
.component-envi-disper-forecast--mines .table thead th,
.component-envi-disper-forecast--mines table thead td,
.component-envi-disper-forecast--mines table thead th {
    padding-top: 0;
}
.component-envi-disper-forecast--mines .table tbody tr:nth-child(2n),
.component-envi-disper-forecast--mines table tbody tr:nth-child(2n) {
    background-color: #ededed;
}
.component-envi-disper-forecast--mines .table tbody tr:nth-child(2n + 1),
.component-envi-disper-forecast--mines table tbody tr:nth-child(2n + 1) {
    background-color: #fff;
}
.component-envi-disper-forecast--mines td,
.component-envi-disper-forecast--mines th {
    padding-right: 3px;
}
.component-envi-disper-forecast--mines td:first-child,
.component-envi-disper-forecast--mines th:first-child {
    width: 160px;
}
.component-search-landing__control .form-control {
    border-left-color: #80ba27;
    border-left-width: 2px;
    border-left-style: solid;
    background-color: #ededed;
    padding-left: 2.3rem;
    height: 60px;
    font-size: 0.875rem;
}
@media (min-width: 768px) {
    .component-search-landing__control .form-control {
        font-size: 1.125rem;
    }
}
@media (min-width: 992px) {
    .component-search-landing__control .form-control {
        border-left-width: 4px;
        height: 75px;
        font-size: 1.3rem;
    }
}
.component-search-landing__control .form-control::-webkit-input-placeholder {
    color: #000;
}
.component-search-landing__control .form-control::-moz-placeholder {
    color: #000;
}
.component-search-landing__control .form-control:-ms-input-placeholder {
    color: #000;
}
.component-search-landing__control .form-control::-ms-input-placeholder {
    color: #000;
}
.component-search-landing__control .form-control::placeholder {
    color: #000;
}
.component-search-landing__control-input.form-control {
    background-color: #fff;
}
.component-search-landing__control .btn {
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
}
.component-search-landing__control .input-group {
    position: relative;
    margin: 0 -15px;
    width: auto;
}
.component-search-landing__fixed-content {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000;
    background-color: rgba(237, 237, 237, 0.95);
    overflow-x: hidden;
    overflow-y: scroll;
}
.component-search-landing__fixed-content__box {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.component-search-landing__text-holder {
    top: 50%;
    right: 1.58rem;
    left: 2.5rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 1;
    font-size: 0.875rem;
    pointer-events: none;
}
@media (min-width: 768px) {
    .component-search-landing__text-holder {
        font-size: 1.125rem;
    }
}
@media (min-width: 992px) {
    .component-search-landing__text-holder {
        font-size: 1.3rem;
    }
}
.component-search-landing .component-header__close-icon {
    background-color: transparent !important;
    color: transparent;
    font-size: 0;
}
.component-search-results {
    padding: 1.25rem 0;
    font-size: 0.875rem;
}
@media (min-width: 992px) {
    .component-search-results {
        padding: 1.5rem 0;
        font-size: 1rem;
    }
}
.component-search-results--header {
    height: calc(100vh - 136px);
}
@media (min-width: 992px) {
    .component-search-results--header {
        height: calc(100vh - 188px);
    }
}
.component-search-results--header::before {
    -moz-opacity: 0.95;
    -khtml-opacity: 0.95;
    opacity: 0.95;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ededed;
    width: 100%;
    height: 100%;
    content: "";
}
.component-search-results--header-box {
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
}
.component-search-results .glencore-link {
    margin-left: 0.75rem;
    color: #000 !important;
    font-weight: 500;
}
@media (min-width: 992px) {
    .component-search-results .glencore-link {
        margin-top: 0.1rem;
        margin-left: 2rem;
    }
}
.component-search-results__article {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #e6e6e6;
    padding: 0.5rem 0;
}
@media (min-width: 992px) {
    .component-search-results__article {
        padding: 1rem 0 0.8rem;
    }
}
.component-search-results__article-name--html {
    margin-left: 0.25rem;
    width: 30px;
    height: 28px;
    fill: #80ba27;
}
@media (min-width: 992px) {
    .component-search-results__article-name--html {
        width: 27px;
        margin-left: 1rem;
    }
}
.component-search-results__article-name--pdf {
    margin-left: 0.25rem;
    width: 30px;
    height: 28px;
    fill: #80ba27;
}
@media (min-width: 992px) {
    .component-search-results__article-name--pdf {
        width: 27px;
        margin-left: 1rem;
    }
}
.component-search-results__article-name--ppt {
    margin-left: 0.25rem;
    width: 30px;
    height: 28px;
    fill: #80ba27;
}
@media (min-width: 992px) {
    .component-search-results__article-name--ppt {
        width: 27px;
        margin-left: 1rem;
    }
}
.component-search-results__article-name--map {
    margin-left: 0.25rem;
    width: 30px;
    height: 28px;
    fill: #80ba27;
}
@media (min-width: 992px) {
    .component-search-results__article-name--map {
        width: 27px;
        margin-left: 1rem;
    }
}
.component-search-results__article-name--site {
    margin-left: 0.25rem;
    width: 30px;
    height: 28px;
    fill: #80ba27;
}
@media (min-width: 992px) {
    .component-search-results__article-name--site {
        width: 27px;
        margin-left: 1rem;
    }
}
.component-search-results__pagers {
    margin-top: 1.5rem;
}
@media (min-width: 768px) {
    .component-search-results__pagers {
        margin-top: 2rem;
    }
}
@media (min-width: 992px) {
    .component-search-results__pagers {
        margin-top: 2.8rem;
    }
}
.component-search-results__pagers .btn {
    background-color: transparent !important;
}
.component-search-results .link__text {
    font-size: 0.875rem;
}
@media (min-width: 992px) {
    .component-search-results .link__text {
        font-size: 1rem;
    }
}
@media (min-width: 992px) {
    .component-search-results__state {
        font-size: 0.875rem;
    }
}
.component-search-results__row {
    margin-bottom: 6rem;
}
.component-graph__text {
    margin-top: 8px;
}
.component-graph__datepicker-input {
    padding: 0.3rem 0.5rem;
    width: 100%;
}
@media (min-width: 768px) {
    .component-graph__datepicker-input {
        width: 180px;
    }
}
.component-graph__box {
    margin-bottom: 2.5rem;
    overflow: auto;
}
@media (min-width: 768px) {
    .component-graph__box {
        overflow: visible;
    }
}
.component-graph__visual {
    margin-top: 2.1875rem;
    width: 1000px;
}
@media (min-width: 768px) {
    .component-graph__visual {
        margin-top: 4.375rem;
        width: auto;
    }
}
.component-graph__visual-legend::before {
    margin-right: 0.9375rem;
    background-color: #80ba27;
    display: inline-block;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    vertical-align: middle;
    content: "";
}
.component-graph__visual-text {
    margin-top: 2.5rem;
}
@media (min-width: 768px) {
    .component-graph__visual-text {
        margin-top: 4.375rem;
    }
}
.component-graph__visual-main {
    padding-left: 3.125rem;
    position: relative;
}
@media (min-width: 768px) {
    .component-graph__visual-main {
        padding-left: 5rem;
    }
}
.component-graph__visual-unit {
    margin-top: -5.625rem;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(50%) rotate(-90deg);
    transform: translateY(50%) rotate(-90deg);
}
@media (min-width: 768px) {
    .component-graph__visual-unit {
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
    }
}
.component-graph__figure {
    margin-top: 2.5rem;
}
.component-graph .component-filter-control {
    margin: 0 -15px;
}
.col-grid-image__box {
    background-size: cover;
}
.col-grid-text {
    font-size: 0.875rem;
    padding-top: 0.625rem;
}
@media (min-width: 768px) {
    .col-grid-text {
        font-size: 1rem;
        padding-top: 0.75rem;
    }
}
.col-grid-text__category {
    margin-bottom: 0;
}
@media (min-width: 768px) {
    .col-grid-text__category {
        font-size: 0.875rem;
    }
}
.col-grid-text__descript {
    margin-bottom: 0;
}
.col-grid-text .link__text {
    font-size: inherit;
}
.col-grid-text__date {
    font-size: 0.75rem;
}
.component-filter-control {
    margin-bottom: 30px;
    background-color: #ededed;
    padding: 0 20px;
    font-size: 1rem;
}
@media (min-width: 768px) {
    .component-filter-control {
        font-size: 1.125rem;
    }
}
.component-filter-control .glencore-select__control {
    padding: 0.75rem 2.5rem 0.75rem 0.75rem;
}
.page-404 {
    margin: 30px 0 50px;
}
.icon-download__html {
    background-position: 0 -200%;
}
.icon-download__ppt {
    background-position: 0 -200%;
}
.icon-download__pdf {
    background-position: 0 -200%;
}
.dropdown-item {
    color: #000;
}
.dropdown-item:focus,
.dropdown-item:hover {
    color: #000;
}
.icon-marketing {
    background-image: url(../img/icons/icon-marketing-agri.png);
}
.component-download-pdf .link__text::before {
    background-position: 0 -100%;
}
.component-article-quote__content.style-2 .glencore-content::after {
    background-position: 0 -55px;
}
.component-article-quote__content.link-module .glencore-content::after {
    background-position: 0 -66px;
}
.component-article-quote .glencore-content::after {
    background-position: 0 100%;
}
.component-article-quote .glencore-content::before {
    background-position: 0 -266px;
}
.component-promotion-article__content--related::before {
    background-position: 0 -133px;
}
.header--regional .component-header .component-header__main-nav-l1 .glencore-nav-arrow {
    background-position: 0 -9px;
}
.component-keep-up-to-date__item .glencore-icon__instagram {
    background-position: -128px 0;
}
.component-keep-up-to-date__item .glencore-icon__twitter {
    background-position: -32px 0;
}
.component-keep-up-to-date__item .glencore-icon__facebook {
    background-position: 0 0;
}
.component-keep-up-to-date__item .glencore-icon__youtube {
    background-position: -96px 0;
}
.component-social-grid__item .glencore-icon::before {
    background-position: 0 -266px;
}
.component-social-grid__item .glencore-icon__twitter {
    background-position: -32px 0;
}
.component-social-grid__item .glencore-icon__facebook {
    background-position: 0 0;
}
.component-article-sharing__button:focus,
.component-article-sharing__button:hover {
    background-image: url(../img/icons/circle_bound_green_active.svg);
}
.component-article-sharing .social-icon:hover {
    background-image: url(../img/icons/circle_bound_green_active.svg);
}
.component-article-sharing .social-icon__face:focus .glencore-icon,
.component-article-sharing .social-icon__face:hover .glencore-icon {
    background-position: 0 0;
}
.component-article-sharing .social-icon__twit:focus .glencore-icon,
.component-article-sharing .social-icon__twit:hover .glencore-icon {
    background-position: -32px 0;
}
.component-article-sharing .social-icon__link:focus .glencore-icon,
.component-article-sharing .social-icon__link:hover .glencore-icon {
    background-position: -64px 0;
}
.component-article-sharing .social-icon__youtube:focus .glencore-icon,
.component-article-sharing .social-icon__youtube:hover .glencore-icon {
    background-position: -96px 0;
}
.component-article-sharing .social-icon__instagram:focus .glencore-icon,
.component-article-sharing .social-icon__instagram:hover .glencore-icon {
    background-position: -128px 0;
}
.component-article-sharing .social-icon__share:focus .glencore-icon,
.component-article-sharing .social-icon__share:hover .glencore-icon {
    background-position: -160px 0;
}
.component-article-sharing .social-icon__whatsapp:focus .glencore-icon,
.component-article-sharing .social-icon__whatsapp:hover .glencore-icon {
    background-position: -192px 0;
}
.component-article-sharing .social-icon__googleplus:focus .glencore-icon,
.component-article-sharing .social-icon__googleplus:hover .glencore-icon {
    background-position: -224px 0;
}
.component-article-sharing .social-icon__messenger:focus .glencore-icon,
.component-article-sharing .social-icon__messenger:hover .glencore-icon {
    background-position: -256px 0;
}
.component-footer-sharing .social-icon__face .glencore-icon {
    background-position: 0 0;
}
.component-footer-sharing .social-icon__twit .glencore-icon {
    background-position: -32px 0;
}
.component-footer-sharing .social-icon__link .glencore-icon {
    background-position: -64px 0;
}
.component-footer-sharing .social-icon__youtube .glencore-icon {
    background-position: -96px 0;
}
.component-footer-sharing .social-icon__instagram .glencore-icon {
    background-position: -128px 0;
}
.component-footer-sharing .social-icon__share .glencore-icon {
    background-position: -160px 0;
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
    float: left;
}
.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform, height;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
}
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}
.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}
button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000;
}
.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}
.swiper-pagination-progress {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}
.swiper-container-vertical > .swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}
.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.5);
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff;
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000;
}
.swiper-container-3d {
    -webkit-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px;
}
.swiper-container-cube,
.swiper-container-flip {
    overflow: visible;
}
.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}
.swiper-scrollbar-cursor-drag {
    cursor: move;
}
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.flatpickr-calendar {
    background: 0 0;
    opacity: 0;
    display: none;
    text-align: center;
    visibility: hidden;
    padding: 0;
    -webkit-animation: none;
    animation: none;
    direction: ltr;
    border: 0;
    font-size: 14px;
    line-height: 24px;
    border-radius: 5px;
    position: absolute;
    width: 307.875px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    background: #fff;
    -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
    box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}
.flatpickr-calendar.inline,
.flatpickr-calendar.open {
    opacity: 1;
    max-height: 640px;
    visibility: visible;
}
.flatpickr-calendar.open {
    display: inline-block;
    z-index: 99999;
}
.flatpickr-calendar.animate.open {
    -webkit-animation: fpFadeInDown 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    animation: fpFadeInDown 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-calendar.inline {
    display: block;
    position: relative;
    top: 2px;
}
.flatpickr-calendar.static {
    position: absolute;
    top: calc(100% + 2px);
}
.flatpickr-calendar.static.open {
    z-index: 999;
    display: block;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n + 1) .flatpickr-day.inRange:nth-child(7n + 7) {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n + 2) .flatpickr-day.inRange:nth-child(7n + 1) {
    -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
    box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-calendar .hasTime .dayContainer,
.flatpickr-calendar .hasWeeks .dayContainer {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.flatpickr-calendar .hasWeeks .dayContainer {
    border-left: 0;
}
.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
    height: 40px;
    border-top: 1px solid #e6e6e6;
}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
    height: auto;
}
.flatpickr-calendar:after,
.flatpickr-calendar:before {
    position: absolute;
    display: block;
    pointer-events: none;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    left: 22px;
}
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.rightMost:before {
    left: auto;
    right: 22px;
}
.flatpickr-calendar:before {
    border-width: 5px;
    margin: 0 -5px;
}
.flatpickr-calendar:after {
    border-width: 4px;
    margin: 0 -4px;
}
.flatpickr-calendar.arrowTop:after,
.flatpickr-calendar.arrowTop:before {
    bottom: 100%;
}
.flatpickr-calendar.arrowTop:before {
    border-bottom-color: #e6e6e6;
}
.flatpickr-calendar.arrowTop:after {
    border-bottom-color: #fff;
}
.flatpickr-calendar.arrowBottom:after,
.flatpickr-calendar.arrowBottom:before {
    top: 100%;
}
.flatpickr-calendar.arrowBottom:before {
    border-top-color: #e6e6e6;
}
.flatpickr-calendar.arrowBottom:after {
    border-top-color: #fff;
}
.flatpickr-calendar:focus {
    outline: 0;
}
.flatpickr-wrapper {
    position: relative;
    display: inline-block;
}
.flatpickr-months {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.flatpickr-months .flatpickr-month {
    background: 0 0;
    color: rgba(0, 0, 0, 0.9);
    fill: rgba(0, 0, 0, 0.9);
    height: 34px;
    line-height: 1;
    text-align: center;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.flatpickr-months .flatpickr-next-month,
.flatpickr-months .flatpickr-prev-month {
    text-decoration: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    height: 34px;
    padding: 10px;
    z-index: 3;
    color: rgba(0, 0, 0, 0.9);
    fill: rgba(0, 0, 0, 0.9);
}
.flatpickr-months .flatpickr-next-month.flatpickr-disabled,
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled {
    display: none;
}
.flatpickr-months .flatpickr-next-month i,
.flatpickr-months .flatpickr-prev-month i {
    position: relative;
}
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month {
    left: 0;
}
.flatpickr-months .flatpickr-next-month.flatpickr-next-month,
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month {
    right: 0;
}
.flatpickr-months .flatpickr-next-month:hover,
.flatpickr-months .flatpickr-prev-month:hover {
    color: #959ea9;
}
.flatpickr-months .flatpickr-next-month:hover svg,
.flatpickr-months .flatpickr-prev-month:hover svg {
    fill: #f64747;
}
.flatpickr-months .flatpickr-next-month svg,
.flatpickr-months .flatpickr-prev-month svg {
    width: 14px;
    height: 14px;
}
.flatpickr-months .flatpickr-next-month svg path,
.flatpickr-months .flatpickr-prev-month svg path {
    -webkit-transition: fill 0.1s;
    transition: fill 0.1s;
    fill: inherit;
}
.numInputWrapper {
    position: relative;
    height: auto;
}
.numInputWrapper input,
.numInputWrapper span {
    display: inline-block;
}
.numInputWrapper input {
    width: 100%;
}
.numInputWrapper input::-ms-clear {
    display: none;
}
.numInputWrapper input::-webkit-inner-spin-button,
.numInputWrapper input::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none;
}
.numInputWrapper span {
    position: absolute;
    right: 0;
    width: 14px;
    padding: 0 4px 0 2px;
    height: 50%;
    line-height: 50%;
    opacity: 0;
    cursor: pointer;
    border: 1px solid rgba(57, 57, 57, 0.15);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.numInputWrapper span:hover {
    background: rgba(0, 0, 0, 0.1);
}
.numInputWrapper span:active {
    background: rgba(0, 0, 0, 0.2);
}
.numInputWrapper span:after {
    display: block;
    content: "";
    position: absolute;
}
.numInputWrapper span.arrowUp {
    top: 0;
    border-bottom: 0;
}
.numInputWrapper span.arrowUp:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid rgba(57, 57, 57, 0.6);
    top: 26%;
}
.numInputWrapper span.arrowDown {
    top: 50%;
}
.numInputWrapper span.arrowDown:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(57, 57, 57, 0.6);
    top: 40%;
}
.numInputWrapper span svg {
    width: inherit;
    height: auto;
}
.numInputWrapper span svg path {
    fill: rgba(0, 0, 0, 0.5);
}
.numInputWrapper:hover {
    background: rgba(0, 0, 0, 0.05);
}
.numInputWrapper:hover span {
    opacity: 1;
}
.flatpickr-current-month {
    font-size: 135%;
    line-height: inherit;
    font-weight: 300;
    color: inherit;
    position: absolute;
    width: 75%;
    left: 12.5%;
    padding: 7.48px 0 0 0;
    line-height: 1;
    height: 34px;
    display: inline-block;
    text-align: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.flatpickr-current-month span.cur-month {
    font-family: inherit;
    font-weight: 700;
    color: inherit;
    display: inline-block;
    margin-left: 0.5ch;
    padding: 0;
}
.flatpickr-current-month span.cur-month:hover {
    background: rgba(0, 0, 0, 0.05);
}
.flatpickr-current-month .numInputWrapper {
    width: 6ch;
    display: inline-block;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
    border-bottom-color: rgba(0, 0, 0, 0.9);
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
    border-top-color: rgba(0, 0, 0, 0.9);
}
.flatpickr-current-month input.cur-year {
    background: 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    cursor: text;
    padding: 0 0 0 0.5ch;
    margin: 0;
    display: inline-block;
    font-size: inherit;
    font-family: inherit;
    font-weight: 300;
    line-height: inherit;
    height: auto;
    border: 0;
    border-radius: 0;
    vertical-align: initial;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}
.flatpickr-current-month input.cur-year:focus {
    outline: 0;
}
.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
    font-size: 100%;
    color: rgba(0, 0, 0, 0.5);
    background: 0 0;
    pointer-events: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
    appearance: menulist;
    background: 0 0;
    border: none;
    border-radius: 0;
    box-sizing: border-box;
    color: inherit;
    cursor: pointer;
    font-size: inherit;
    font-family: inherit;
    font-weight: 300;
    height: auto;
    line-height: inherit;
    margin: -1px 0 0 0;
    outline: 0;
    padding: 0 0 0 0.5ch;
    position: relative;
    vertical-align: initial;
    -webkit-box-sizing: border-box;
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    width: auto;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:active,
.flatpickr-current-month .flatpickr-monthDropdown-months:focus {
    outline: 0;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
    background: rgba(0, 0, 0, 0.05);
}
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
    background-color: transparent;
    outline: 0;
    padding: 0;
}
.flatpickr-weekdays {
    background: 0 0;
    text-align: center;
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 28px;
}
.flatpickr-weekdays .flatpickr-weekdaycontainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
span.flatpickr-weekday {
    cursor: default;
    font-size: 90%;
    background: 0 0;
    color: rgba(0, 0, 0, 0.54);
    line-height: 1;
    margin: 0;
    text-align: center;
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: bolder;
}
.dayContainer,
.flatpickr-weeks {
    padding: 1px 0 0 0;
}
.flatpickr-days {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 307.875px;
}
.flatpickr-days:focus {
    outline: 0;
}
.dayContainer {
    padding: 0;
    outline: 0;
    text-align: left;
    width: 307.875px;
    min-width: 307.875px;
    max-width: 307.875px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-around;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
.dayContainer + .dayContainer {
    -webkit-box-shadow: -1px 0 0 #e6e6e6;
    box-shadow: -1px 0 0 #e6e6e6;
}
.flatpickr-day {
    background: 0 0;
    border: 1px solid transparent;
    border-radius: 150px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #393939;
    cursor: pointer;
    font-weight: 400;
    width: 14.2857143%;
    -ms-flex-preferred-size: 14.2857143%;
    flex-basis: 14.2857143%;
    max-width: 39px;
    height: 39px;
    line-height: 39px;
    margin: 0;
    display: inline-block;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}
.flatpickr-day.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day.nextMonthDay:focus,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.today.inRange,
.flatpickr-day:focus,
.flatpickr-day:hover {
    cursor: pointer;
    outline: 0;
    background: #e6e6e6;
    border-color: #e6e6e6;
}
.flatpickr-day.today {
    border-color: #959ea9;
}
.flatpickr-day.today:focus,
.flatpickr-day.today:hover {
    border-color: #959ea9;
    background: #959ea9;
    color: #fff;
}
.flatpickr-day.endRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.endRange.nextMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.endRange:focus,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected,
.flatpickr-day.selected.inRange,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.selected:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.startRange:focus,
.flatpickr-day.startRange:hover {
    background: #569ff7;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border-color: #569ff7;
}
.flatpickr-day.endRange.startRange,
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange {
    border-radius: 50px 0 0 50px;
}
.flatpickr-day.endRange.endRange,
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange {
    border-radius: 0 50px 50px 0;
}
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n + 1)),
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n + 1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n + 1)) {
    -webkit-box-shadow: -10px 0 0 #569ff7;
    box-shadow: -10px 0 0 #569ff7;
}
.flatpickr-day.endRange.startRange.endRange,
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange {
    border-radius: 50px;
}
.flatpickr-day.inRange {
    border-radius: 0;
    -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
    box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.nextMonthDay,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.prevMonthDay {
    color: rgba(57, 57, 57, 0.3);
    background: 0 0;
    border-color: transparent;
    cursor: default;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
    cursor: not-allowed;
    color: rgba(57, 57, 57, 0.1);
}
.flatpickr-day.week.selected {
    border-radius: 0;
    -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
    box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}
.flatpickr-day.hidden {
    visibility: hidden;
}
.rangeMode .flatpickr-day {
    margin-top: 1px;
}
.flatpickr-weekwrapper {
    float: left;
}
.flatpickr-weekwrapper .flatpickr-weeks {
    padding: 0 12px;
    -webkit-box-shadow: 1px 0 0 #e6e6e6;
    box-shadow: 1px 0 0 #e6e6e6;
}
.flatpickr-weekwrapper .flatpickr-weekday {
    float: none;
    width: 100%;
    line-height: 28px;
}
.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
    display: block;
    width: 100%;
    max-width: none;
    color: rgba(57, 57, 57, 0.3);
    background: 0 0;
    cursor: default;
    border: none;
}
.flatpickr-innerContainer {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}
.flatpickr-rContainer {
    display: inline-block;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.flatpickr-time {
    text-align: center;
    outline: 0;
    display: block;
    height: 0;
    line-height: 40px;
    max-height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.flatpickr-time:after {
    content: "";
    display: table;
    clear: both;
}
.flatpickr-time .numInputWrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 40%;
    height: 40px;
    float: left;
}
.flatpickr-time .numInputWrapper span.arrowUp:after {
    border-bottom-color: #393939;
}
.flatpickr-time .numInputWrapper span.arrowDown:after {
    border-top-color: #393939;
}
.flatpickr-time.hasSeconds .numInputWrapper {
    width: 26%;
}
.flatpickr-time.time24hr .numInputWrapper {
    width: 49%;
}
.flatpickr-time input {
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    text-align: center;
    margin: 0;
    padding: 0;
    height: inherit;
    line-height: inherit;
    color: #393939;
    font-size: 14px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}
.flatpickr-time input.flatpickr-hour {
    font-weight: 700;
}
.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
    font-weight: 400;
}
.flatpickr-time input:focus {
    outline: 0;
    border: 0;
}
.flatpickr-time .flatpickr-am-pm,
.flatpickr-time .flatpickr-time-separator {
    height: inherit;
    float: left;
    line-height: inherit;
    color: #393939;
    font-weight: 700;
    width: 2%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}
.flatpickr-time .flatpickr-am-pm {
    outline: 0;
    width: 18%;
    cursor: pointer;
    text-align: center;
    font-weight: 400;
}
.flatpickr-time .flatpickr-am-pm:focus,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time input:hover {
    background: #eee;
}
.flatpickr-input[readonly] {
    cursor: pointer;
}
@-webkit-keyframes fpFadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fpFadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.breadcrumb_content ul{
	padding-top:55px;
}
